Uses of Interface
org.apache.drill.exec.store.sys.Store
Package
Description
-
Uses of Store in org.apache.drill.exec.store.hbase.config
-
Uses of Store in org.apache.drill.exec.store.mongo.config
-
Uses of Store in org.apache.drill.exec.store.sys
Modifier and TypeInterfaceDescriptioninterface
Stores and retrieve instances of given value type.interface
Extension to the Store interface that supports versionsModifier and TypeClassDescriptionclass
class
Wrapper aroundPersistentStore
to ensure all passed keys are converted to lower case and stored this way. -
Uses of Store in org.apache.drill.exec.store.sys.store
Modifier and TypeClassDescriptionclass
class
Local persistent store stores its data on the given file system.class
Wrapper store that delegates operations to PersistentStore.class
Versioned store that delegates operations to PersistentStore and keeps versioning, incrementing version each time write / delete operation is triggered.class
Zookeeper based implementation ofPersistentStore
. -
Uses of Store in org.apache.drill.exec.testing.store