Uses of Class
org.apache.accumulo.server.conf.codec.VersionedProperties
-
-
Uses of VersionedProperties in org.apache.accumulo.server.conf.codec
Methods in org.apache.accumulo.server.conf.codec that return VersionedProperties Modifier and Type Method Description VersionedPropertiesVersionedProperties. addOrUpdate(String key, String value)Update a single property.VersionedPropertiesVersionedProperties. addOrUpdate(Map<String,String> updates)Add or update multiple properties.@NonNull VersionedPropertiesVersionedPropCodec. fromBytes(int version, byte[] bytes)VersionedPropertiesVersionedProperties. remove(Collection<String> keys)Delete multiple properties provided as a collection of keys.VersionedPropertiesVersionedProperties. replaceAll(Map<String,String> updates)Replaces all current properties.Methods in org.apache.accumulo.server.conf.codec with parameters of type VersionedProperties Modifier and Type Method Description byte[]VersionedPropCodec. toBytes(VersionedProperties vProps)Serialize the versioned properties. -
Uses of VersionedProperties in org.apache.accumulo.server.conf.store
Methods in org.apache.accumulo.server.conf.store that return VersionedProperties Modifier and Type Method Description @Nullable VersionedPropertiesPropCache. get(PropStoreKey<?> propStoreKey)@NonNull VersionedPropertiesPropStore. get(PropStoreKey<?> propCacheId)@Nullable VersionedPropertiesPropStore. getIfCached(PropStoreKey<?> propStoreKey) -
Uses of VersionedProperties in org.apache.accumulo.server.conf.store.impl
Methods in org.apache.accumulo.server.conf.store.impl that return VersionedProperties Modifier and Type Method Description @Nullable VersionedPropertiesPropCacheCaffeineImpl. get(PropStoreKey<?> propStoreKey)@NonNull VersionedPropertiesZooPropStore. get(PropStoreKey<?> propStoreKey)get or create properties from the store.@Nullable VersionedPropertiesPropCacheCaffeineImpl. getIfCached(PropStoreKey<?> propStoreKey)Retrieve the version properties if present in the cache, otherwise return null.@Nullable VersionedPropertiesZooPropStore. getIfCached(PropStoreKey<?> propStoreKey)@Nullable VersionedPropertiesZooPropLoader. load(PropStoreKey<?> propStoreKey)static @Nullable VersionedPropertiesZooPropStore. readFromZk(PropStoreKey<?> propStoreKey, PropStoreWatcher watcher, ZooReader zooReader)Convenience method for utilities that may not have a PropStore read the encoded properties directly from ZooKeeper.@Nullable VersionedPropertiesZooPropLoader. reload(PropStoreKey<?> propStoreKey, VersionedProperties oldValue)Methods in org.apache.accumulo.server.conf.store.impl that return types with arguments of type VersionedProperties Modifier and Type Method Description CompletableFuture<? extends VersionedProperties>ZooPropLoader. asyncLoad(PropStoreKey<?> propStoreKey, Executor executor)CompletableFuture<VersionedProperties>ZooPropLoader. asyncReload(PropStoreKey<?> propStoreKey, VersionedProperties oldValue, Executor executor)Methods in org.apache.accumulo.server.conf.store.impl with parameters of type VersionedProperties Modifier and Type Method Description CompletableFuture<VersionedProperties>ZooPropLoader. asyncReload(PropStoreKey<?> propStoreKey, VersionedProperties oldValue, Executor executor)@Nullable VersionedPropertiesZooPropLoader. reload(PropStoreKey<?> propStoreKey, VersionedProperties oldValue) -
Uses of VersionedProperties in org.apache.accumulo.server.conf.util
Methods in org.apache.accumulo.server.conf.util that return VersionedProperties Modifier and Type Method Description @NonNull VersionedPropertiesPropSnapshot. getVersionedProperties()Get the current snapshot - updating if necessary.
-