Uses of Enum
org.apache.drill.exec.store.sys.PersistentStoreMode
Packages that use PersistentStoreMode
Package
Description
-
Uses of PersistentStoreMode in org.apache.drill.exec.store.hbase.config
Methods in org.apache.drill.exec.store.hbase.config that return PersistentStoreMode -
Uses of PersistentStoreMode in org.apache.drill.exec.store.mongo.config
Methods in org.apache.drill.exec.store.mongo.config that return PersistentStoreMode -
Uses of PersistentStoreMode in org.apache.drill.exec.store.sys
Methods in org.apache.drill.exec.store.sys that return PersistentStoreModeModifier and TypeMethodDescriptionCaseInsensitivePersistentStore.getMode()
PersistentStoreConfig.getMode()
Store.getMode()
Returns storagemode
of this store.static PersistentStoreMode
Returns the enum constant of this type with the specified name.static PersistentStoreMode[]
PersistentStoreMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.drill.exec.store.sys with parameters of type PersistentStoreModeModifierConstructorDescriptionprotected
PersistentStoreConfig
(String name, InstanceSerializer<V> valueSerializer, PersistentStoreMode mode, int capacity) -
Uses of PersistentStoreMode in org.apache.drill.exec.store.sys.store
Methods in org.apache.drill.exec.store.sys.store that return PersistentStoreMode -
Uses of PersistentStoreMode in org.apache.drill.exec.testing.store
Methods in org.apache.drill.exec.testing.store that return PersistentStoreMode