Uses of Interface
org.apache.accumulo.server.conf.store.PropStore
-
Packages that use PropStore Package Description org.apache.accumulo.server org.apache.accumulo.server.conf.store.impl org.apache.accumulo.server.conf.util org.apache.accumulo.server.tables -
-
Uses of PropStore in org.apache.accumulo.server
Methods in org.apache.accumulo.server that return PropStore Modifier and Type Method Description PropStoreServerContext. getPropStore() -
Uses of PropStore in org.apache.accumulo.server.conf.store.impl
Classes in org.apache.accumulo.server.conf.store.impl that implement PropStore Modifier and Type Class Description classZooPropStore -
Uses of PropStore in org.apache.accumulo.server.conf.util
Methods in org.apache.accumulo.server.conf.util with parameters of type PropStore Modifier and Type Method Description static PropSnapshotPropSnapshot. create(PropStoreKey<?> propStoreKey, PropStore propStore) -
Uses of PropStore in org.apache.accumulo.server.tables
Methods in org.apache.accumulo.server.tables with parameters of type PropStore Modifier and Type Method Description static voidTableManager. prepareNewNamespaceState(ZooReaderWriter zoo, PropStore propStore, InstanceId instanceId, NamespaceId namespaceId, String namespace, ZooUtil.NodeExistsPolicy existsPolicy)static voidTableManager. prepareNewTableState(ZooReaderWriter zoo, PropStore propStore, InstanceId instanceId, TableId tableId, NamespaceId namespaceId, String tableName, TableState state, ZooUtil.NodeExistsPolicy existsPolicy)
-