Package | Description |
---|---|
org.apache.drill.exec.coord.store | |
org.apache.drill.exec.coord.zk |
Zookeeper/Curator integration code.
|
Modifier and Type | Method and Description |
---|---|
TransientStoreEventType |
TransientStoreEvent.getType() |
static TransientStoreEventType |
TransientStoreEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransientStoreEventType[] |
TransientStoreEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T> TransientStoreEvent<T> |
TransientStoreEvent.of(TransientStoreEventType type,
String key,
T value) |
Constructor and Description |
---|
TransientStoreEvent(TransientStoreEventType type,
String key,
V value) |
Modifier and Type | Field and Description |
---|---|
static Map<org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent.Type,TransientStoreEventType> |
EventDispatcher.MAPPINGS |
Copyright © 1970 The Apache Software Foundation. All rights reserved.