Uses of Class
uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Packages that use AccumuloProperties Package Description uk.gov.gchq.gaffer.accumulostore uk.gov.gchq.gaffer.accumulostore.utils -
-
Uses of AccumuloProperties in uk.gov.gchq.gaffer.accumulostore
Methods in uk.gov.gchq.gaffer.accumulostore that return AccumuloProperties Modifier and Type Method Description AccumuloProperties
AccumuloProperties. clone()
AccumuloProperties
AccumuloStore. getProperties()
Gets allAccumuloProperties
related to the store.static AccumuloProperties
AccumuloProperties. loadStoreProperties(InputStream storePropertiesStream)
static AccumuloProperties
AccumuloProperties. loadStoreProperties(String pathStr)
static AccumuloProperties
AccumuloProperties. loadStoreProperties(Path storePropertiesPath)
-
Uses of AccumuloProperties in uk.gov.gchq.gaffer.accumulostore.utils
Methods in uk.gov.gchq.gaffer.accumulostore.utils with parameters of type AccumuloProperties Modifier and Type Method Description static org.apache.accumulo.core.client.Connector
TableUtils. getConnector(AccumuloProperties accumuloProperties)
Creates a connection to an accumulo instance using parameters from the providedAccumuloProperties
.static String
TableUtils. getTableName(AccumuloProperties accumuloProperties, String graphId)
Gets the name of an Accumulo tablestatic void
TableUtils. renameTable(AccumuloProperties accumuloProperties, String currentGraphId, String newGraphId)
Renames the Accumulo table (if it exists) that is associated with the provided parameters.
-