Uses of Interface
org.apache.drill.exec.store.sys.Store
Packages that use Store
Package
Description
-
Uses of Store in org.apache.drill.exec.store.hbase.config
Classes in org.apache.drill.exec.store.hbase.config that implement Store -
Uses of Store in org.apache.drill.exec.store.mongo.config
Classes in org.apache.drill.exec.store.mongo.config that implement Store -
Uses of Store in org.apache.drill.exec.store.sys
Subinterfaces of Store in org.apache.drill.exec.store.sysModifier and TypeInterfaceDescriptioninterfaceStores and retrieve instances of given value type.interfaceExtension to the Store interface that supports versionsClasses in org.apache.drill.exec.store.sys that implement StoreModifier and TypeClassDescriptionclassclassWrapper aroundPersistentStoreto ensure all passed keys are converted to lower case and stored this way. -
Uses of Store in org.apache.drill.exec.store.sys.store
Classes in org.apache.drill.exec.store.sys.store that implement StoreModifier and TypeClassDescriptionclassclassLocal persistent store stores its data on the given file system.classWrapper store that delegates operations to PersistentStore.classVersioned store that delegates operations to PersistentStore and keeps versioning, incrementing version each time write / delete operation is triggered.classZookeeper based implementation ofPersistentStore. -
Uses of Store in org.apache.drill.exec.testing.store
Classes in org.apache.drill.exec.testing.store that implement Store