Class MiniAccumuloClusterWithShellController
- java.lang.Object
-
- uk.gov.gchq.gaffer.miniaccumulocluster.MiniAccumuloClusterController
-
- uk.gov.gchq.gaffer.miniaccumulocluster.MiniAccumuloClusterWithShellController
-
public class MiniAccumuloClusterWithShellController extends MiniAccumuloClusterController
Starts a mini accumulo cluster. Can be run directly from an IDE or compiled and the main method invoked from the command line using: java -jar target/mini-accumulo-cluster-jar-with-dependencies.jar
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MiniAccumuloClusterWithShellController.Builder
-
Field Summary
-
Fields inherited from class uk.gov.gchq.gaffer.miniaccumulocluster.MiniAccumuloClusterController
DEFAULT_DIR_NAME, DEFAULT_INSTANCE_NAME, DEFAULT_IS_TEMP_DIR, DEFAULT_PASSWORD, SHUTDOWN_FILENAME
-
-
Constructor Summary
Constructors Constructor Description MiniAccumuloClusterWithShellController()
MiniAccumuloClusterWithShellController(String... args)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
void
startShell()
void
stop()
-
Methods inherited from class uk.gov.gchq.gaffer.miniaccumulocluster.MiniAccumuloClusterController
getClusterZooKeepers, start
-
-
-
-
Constructor Detail
-
MiniAccumuloClusterWithShellController
public MiniAccumuloClusterWithShellController()
-
MiniAccumuloClusterWithShellController
public MiniAccumuloClusterWithShellController(String... args)
-
-
Method Detail
-
main
public static void main(String[] args)
-
startShell
public void startShell()
-
stop
public void stop()
- Overrides:
stop
in classMiniAccumuloClusterController
-
-