MCPcopy Index your code
hub / github.com/apache/atlas / SetupStep

Interface SetupStep

server-api/src/main/java/org/apache/atlas/setup/SetupStep.java:26–28  ·  view source on GitHub ↗

Represents a step that initializes some dependency of Atlas. Implementations of this should be ideally written in an idempotent way. In particular, if already setup, they should result in a Noop.

Source from the content-addressed store, hash-verified

24 * In particular, if already setup, they should result in a Noop.
25 */
26public interface SetupStep {
27 void run() throws SetupException;
28}

Callers 8

runMethod · 0.65
mainFunction · 0.65
runMethod · 0.65
drainQueueFunction · 0.65
drainQueueFunction · 0.65
runCommandWithDelayMethod · 0.65
runMethod · 0.65

Implementers 15

Preparertools/classification-updater/src/main/
Updatertools/classification-updater/src/main/
AtlasAdminClientclient/client-v1/src/main/java/org/apa
MessagePumpnotification/src/test/java/org/apache/
Publishernotification/src/main/java/org/apache/
FileOpCompactionnotification/src/main/java/org/apache/
FileLockedReadWritenotification/src/main/java/org/apache/
FileOpDeletenotification/src/main/java/org/apache/
FileOpReadnotification/src/main/java/org/apache/
FileOpUpdatenotification/src/main/java/org/apache/
FileOpAppendnotification/src/main/java/org/apache/
FileOperationnotification/src/main/java/org/apache/

Calls

no outgoing calls

Tested by

no test coverage detected