Class ImportElementsToAccumuloTool
- java.lang.Object
-
- org.apache.hadoop.conf.Configured
-
- uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.tool.ImportElementsToAccumuloTool
-
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable
,org.apache.hadoop.util.Tool
public class ImportElementsToAccumuloTool extends org.apache.hadoop.conf.Configured implements org.apache.hadoop.util.Tool
-
-
Field Summary
Fields Modifier and Type Field Description static int
SUCCESS_RESPONSE
-
Constructor Summary
Constructors Constructor Description ImportElementsToAccumuloTool(String inputPath, String failurePath, AccumuloStore store)
ImportElementsToAccumuloTool(String inputPath, String failurePath, AccumuloStore store, Map<String,String> options)
-
-
-
Field Detail
-
SUCCESS_RESPONSE
public static final int SUCCESS_RESPONSE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ImportElementsToAccumuloTool
public ImportElementsToAccumuloTool(String inputPath, String failurePath, AccumuloStore store)
-
-