Uses of Enum
org.apache.drill.exec.store.sys.PersistentStoreMode
Package
Description
-
Uses of PersistentStoreMode in org.apache.drill.exec.store.hbase.config
-
Uses of PersistentStoreMode in org.apache.drill.exec.store.mongo.config
-
Uses of PersistentStoreMode in org.apache.drill.exec.store.sys
Modifier 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.ModifierConstructorDescriptionprotected
PersistentStoreConfig
(String name, InstanceSerializer<V> valueSerializer, PersistentStoreMode mode, int capacity) -
Uses of PersistentStoreMode in org.apache.drill.exec.store.sys.store
-
Uses of PersistentStoreMode in org.apache.drill.exec.testing.store