public abstract class OpResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OpResult.CheckResult
A result from a version check operation.
|
static class |
OpResult.CreateResult
A result from a create operation.
|
static class |
OpResult.DeleteResult
A result from a delete operation.
|
static class |
OpResult.ErrorResult
An error result from any kind of operation.
|
static class |
OpResult.GetChildrenResult
A result from a getChildren operation.
|
static class |
OpResult.GetDataResult
A result from a getData operation.
|
static class |
OpResult.SetDataResult
A result from a setData operation.
|
Modifier and Type | Method and Description |
---|---|
int |
getType()
Encodes the return type as from ZooDefs.OpCode.
|
public int getType()
ZooDefs.OpCode
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.