Package | Description |
---|---|
org.apache.drill.exec.coord |
Cluster coordination system based on Apache Zookeeper and Curator.
|
org.apache.drill.exec.coord.local |
A single-node "cluster coordinator" used when running Drill locally.
|
org.apache.drill.exec.coord.store | |
org.apache.drill.exec.coord.zk |
Zookeeper/Curator integration code.
|
org.apache.drill.exec.server | |
org.apache.drill.yarn.zk |
Interface between the Application Master and ZooKeeper.
|
Modifier and Type | Method and Description |
---|---|
abstract <V> TransientStore<V> |
ClusterCoordinator.getOrCreateTransientStore(TransientStoreConfig<V> config)
Returns a
store instance with the given configuration . |
Modifier and Type | Class and Description |
---|---|
class |
MapBackedStore<V> |
Modifier and Type | Method and Description |
---|---|
<V> TransientStore<V> |
LocalClusterCoordinator.getOrCreateTransientStore(TransientStoreConfig<V> config) |
Modifier and Type | Class and Description |
---|---|
class |
BaseTransientStore<V> |
Modifier and Type | Method and Description |
---|---|
<V> TransientStore<V> |
CachingTransientStoreFactory.getOrCreateStore(TransientStoreConfig<V> config) |
<V> TransientStore<V> |
TransientStoreFactory.getOrCreateStore(TransientStoreConfig<V> config)
Returns a
transient store instance for the given configuration. |
Modifier and Type | Class and Description |
---|---|
class |
ZkEphemeralStore<V> |
Modifier and Type | Method and Description |
---|---|
<V> TransientStore<V> |
ZKClusterCoordinator.getOrCreateTransientStore(TransientStoreConfig<V> config) |
Modifier and Type | Method and Description |
---|---|
TransientStore<UserBitShared.QueryInfo> |
QueryProfileStoreContext.getRunningProfileStore() |
Modifier and Type | Method and Description |
---|---|
<V> TransientStore<V> |
ZKClusterCoordinator.getOrCreateTransientStore(TransientStoreConfig<V> config) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.