Class AccumuloElementIngestTestProperties
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<Object,Object>
-
- java.util.Properties
-
- uk.gov.gchq.gaffer.performancetesting.TestProperties
-
- uk.gov.gchq.gaffer.performancetesting.ingest.ElementIngestTestProperties
-
- uk.gov.gchq.gaffer.accumulostore.performancetesting.ingest.AccumuloElementIngestTestProperties
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,Object>
public class AccumuloElementIngestTestProperties extends ElementIngestTestProperties
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccumuloElementIngestTestProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNumElementsForSplitEstimation()
String
getNumSplitPointsPerTabletServer()
String
getTempDirectory()
void
setNumElementsForSplitEstimation(String numElementsForSplitEstimation)
void
setNumSplitPointsPerTabletServer(String numSplitPointsPerTabletServer)
void
setTempDirectory(String tempDirectory)
-
Methods inherited from class uk.gov.gchq.gaffer.performancetesting.ingest.ElementIngestTestProperties
getElementSupplierClass, getNumElements, setElementSupplierClass, setNumElements
-
Methods inherited from class uk.gov.gchq.gaffer.performancetesting.TestProperties
getBatchSize, getGraphId, getMetricsListenerClass, getRmatIncludeEntities, getRmatMaxNodeId, getRmatProbabilities, loadTestProperties, loadTestProperties, setBatchSize, setGraphId, setMetricsListenerClass, setRmatIncludeEntities, setRmatMaxNodeId, setRmatProbabilities
-
Methods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
-
-
-
-
Method Detail
-
getTempDirectory
public String getTempDirectory()
-
setTempDirectory
public void setTempDirectory(String tempDirectory)
-
getNumElementsForSplitEstimation
public String getNumElementsForSplitEstimation()
-
setNumElementsForSplitEstimation
public void setNumElementsForSplitEstimation(String numElementsForSplitEstimation)
-
getNumSplitPointsPerTabletServer
public String getNumSplitPointsPerTabletServer()
-
setNumSplitPointsPerTabletServer
public void setNumSplitPointsPerTabletServer(String numSplitPointsPerTabletServer)
-
-