Uses of Interface
org.apache.drill.exec.coord.store.TransientStoreListener
Packages that use TransientStoreListener
-
Uses of TransientStoreListener in org.apache.drill.exec.coord.store
Methods in org.apache.drill.exec.coord.store with parameters of type TransientStoreListenerModifier and TypeMethodDescriptionvoidBaseTransientStore.addListener(TransientStoreListener listener) voidTransientStore.addListener(TransientStoreListener listener) Adds a listener that observes storeevents.voidBaseTransientStore.removeListener(TransientStoreListener listener) voidTransientStore.removeListener(TransientStoreListener listener) Removes the given listener from this store if exists, has no effect otherwise. -
Uses of TransientStoreListener in org.apache.drill.exec.expr.fn.registry
Constructors in org.apache.drill.exec.expr.fn.registry with parameters of type TransientStoreListenerModifierConstructorDescriptionRemoteFunctionRegistry(TransientStoreListener unregistrationListener)