Uses of Enum
org.apache.curator.framework.api.CuratorEventType
Packages that use CuratorEventType
-
Uses of CuratorEventType in org.apache.curator.framework.api
Methods in org.apache.curator.framework.api that return CuratorEventTypeModifier and TypeMethodDescriptionCuratorEvent.getType()
check here first - this value determines the type of event and which methods will have valid valuesstatic CuratorEventType
Returns the enum constant of this type with the specified name.static CuratorEventType[]
CuratorEventType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CuratorEventType in org.apache.curator.framework.imps
Methods in org.apache.curator.framework.imps that return CuratorEventTypeModifier and TypeMethodDescriptionAddWatchBuilderImpl.getBackgroundEventType()
CreateBuilderImpl.getBackgroundEventType()
CuratorMultiTransactionImpl.getBackgroundEventType()
DeleteBuilderImpl.getBackgroundEventType()
ExistsBuilderImpl.getBackgroundEventType()
GetACLBuilderImpl.getBackgroundEventType()
GetChildrenBuilderImpl.getBackgroundEventType()
GetConfigBuilderImpl.getBackgroundEventType()
GetDataBuilderImpl.getBackgroundEventType()
ReconfigBuilderImpl.getBackgroundEventType()
RemoveWatchesBuilderImpl.getBackgroundEventType()
SetACLBuilderImpl.getBackgroundEventType()
SetDataBuilderImpl.getBackgroundEventType()
SyncBuilderImpl.getBackgroundEventType()