|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationResult | |
---|---|
org.apache.camel.component.zookeeper.operations |
Uses of OperationResult in org.apache.camel.component.zookeeper.operations |
---|
Fields in org.apache.camel.component.zookeeper.operations declared as OperationResult | |
---|---|
protected OperationResult<ResultType> |
ZooKeeperOperation.result
|
Methods in org.apache.camel.component.zookeeper.operations that return OperationResult | |
---|---|
OperationResult<ResultType> |
FutureEventDrivenOperation.get()
|
OperationResult<ResultType> |
ZooKeeperOperation.get()
|
OperationResult |
AnyOfOperations.get()
|
OperationResult<ResultType> |
FutureEventDrivenOperation.get(long timeout,
TimeUnit unit)
|
OperationResult<ResultType> |
ZooKeeperOperation.get(long timeout,
TimeUnit unit)
|
OperationResult |
AnyOfOperations.get(long timeout,
TimeUnit unit)
|
OperationResult<List<String>> |
ChildrenChangedOperation.getResult()
|
OperationResult<List<String>> |
GetChildrenOperation.getResult()
|
OperationResult<byte[]> |
SetDataOperation.getResult()
|
OperationResult<String> |
ExistenceChangedOperation.getResult()
|
abstract OperationResult<ResultType> |
ZooKeeperOperation.getResult()
Gets the result of this zookeeper operation, i.e. |
OperationResult |
AnyOfOperations.getResult()
|
OperationResult<String> |
CreateOperation.getResult()
|
OperationResult<byte[]> |
GetDataOperation.getResult()
|
OperationResult<String> |
ExistsOperation.getResult()
|
OperationResult<byte[]> |
DataChangedOperation.getResult()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |