Package org.apache.fluo.api.observer
-
Interface Summary Interface Description Observer Implemented by users to a watch aColumn
and be notified of changes to the Column via theObserver.process(TransactionBase, Bytes, Column)
method.Observer.Context Deprecated. since 1.1.0.ObserverProvider Fluo Workers use this class to registerObserver
s to process notifications.ObserverProvider.Context ObserverProvider.Registry Observers are registered with the worker using this interface.ObserverProvider.Registry.IdentityOption One part of a Fluent API for registering observers.ObserverProvider.Registry.ObserverArgument The terminal part of a Fluent API for registering observers.StringObserver -
Class Summary Class Description AbstractObserver Deprecated. since 1.1.0.Observer.ObservedColumn Deprecated. since 1.1.0. -
Enum Summary Enum Description Observer.NotificationType