Package | Description |
---|---|
org.apache.drill.exec.store.sys | |
org.apache.drill.exec.store.sys.store | |
org.apache.drill.exec.store.sys.store.provider |
Modifier and Type | Method and Description |
---|---|
default <V> VersionedPersistentStore<V> |
PersistentStoreProvider.getOrCreateVersionedStore(PersistentStoreConfig<V> config)
Override this method if store supports versioning and return versioning instance.
|
Modifier and Type | Class and Description |
---|---|
class |
UndefinedVersionDelegatingStore<V>
Wrapper store that delegates operations to PersistentStore.
|
class |
VersionedDelegatingStore<V>
Versioned store that delegates operations to PersistentStore and keeps versioning,
incrementing version each time write / delete operation is triggered.
|
class |
ZookeeperPersistentStore<V>
Zookeeper based implementation of
PersistentStore . |
Modifier and Type | Method and Description |
---|---|
<V> VersionedPersistentStore<V> |
CachingPersistentStoreProvider.getOrCreateVersionedStore(PersistentStoreConfig<V> config) |
<V> VersionedPersistentStore<V> |
InMemoryStoreProvider.getOrCreateVersionedStore(PersistentStoreConfig<V> config) |
<V> VersionedPersistentStore<V> |
LocalPersistentStoreProvider.getOrCreateVersionedStore(PersistentStoreConfig<V> config) |
<V> VersionedPersistentStore<V> |
ZookeeperPersistentStoreProvider.getOrCreateVersionedStore(PersistentStoreConfig<V> config) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.