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 AccumuloPropertiesAccumuloProperties. clone()AccumuloPropertiesAccumuloStore. getProperties()Gets allAccumuloPropertiesrelated to the store.static AccumuloPropertiesAccumuloProperties. loadStoreProperties(InputStream storePropertiesStream)static AccumuloPropertiesAccumuloProperties. loadStoreProperties(String pathStr)static AccumuloPropertiesAccumuloProperties. 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.ConnectorTableUtils. getConnector(AccumuloProperties accumuloProperties)Creates a connection to an accumulo instance using parameters from the providedAccumuloProperties.static StringTableUtils. getTableName(AccumuloProperties accumuloProperties, String graphId)Gets the name of an Accumulo tablestatic voidTableUtils. renameTable(AccumuloProperties accumuloProperties, String currentGraphId, String newGraphId)Renames the Accumulo table (if it exists) that is associated with the provided parameters.
-