Class BaseTransientStore<V>

java.lang.Object
org.apache.drill.exec.coord.store.BaseTransientStore<V>
All Implemented Interfaces:
AutoCloseable, TransientStore<V>
Direct Known Subclasses:
MapBackedStore, ZkEphemeralStore

public abstract class BaseTransientStore<V> extends Object implements TransientStore<V>