Package | Description |
---|---|
org.apache.drill.exec.coord.store | |
org.apache.drill.exec.coord.zk |
Zookeeper/Curator integration code.
|
Modifier and Type | Method and Description |
---|---|
static <T> TransientStoreEvent<T> |
TransientStoreEvent.of(TransientStoreEventType type,
String key,
T value) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseTransientStore.fireListeners(TransientStoreEvent<?> event) |
void |
TransientStoreListener.onChange(TransientStoreEvent<?> event)
transient store fires this method with event details upon an observed change. |
Modifier and Type | Method and Description |
---|---|
protected void |
ZkEphemeralStore.fireListeners(TransientStoreEvent event)
This method override ensures package level method visibility.
|
Copyright © 1970 The Apache Software Foundation. All rights reserved.