Uses of Interface
org.apache.jute.OutputArchive
-
Packages that use OutputArchive Package Description org.apache.jute Hadoop record I/O contains classes and a record description language translator for simplifying serialization and deserialization of records in a language-neutral manner.org.apache.zookeeper.data org.apache.zookeeper.proto org.apache.zookeeper.server.persistence org.apache.zookeeper.server.quorum org.apache.zookeeper.txn -
-
Uses of OutputArchive in org.apache.jute
Classes in org.apache.jute that implement OutputArchive Modifier and Type Class Description class
BinaryOutputArchive
class
ToStringOutputArchive
Methods in org.apache.jute with parameters of type OutputArchive Modifier and Type Method Description void
Record. serialize(OutputArchive archive, String tag)
-
Uses of OutputArchive in org.apache.zookeeper.data
Methods in org.apache.zookeeper.data with parameters of type OutputArchive Modifier and Type Method Description void
ACL. serialize(OutputArchive a_, String tag)
void
ClientInfo. serialize(OutputArchive a_, String tag)
void
Id. serialize(OutputArchive a_, String tag)
void
Stat. serialize(OutputArchive a_, String tag)
void
StatPersisted. serialize(OutputArchive a_, String tag)
-
Uses of OutputArchive in org.apache.zookeeper.proto
Methods in org.apache.zookeeper.proto with parameters of type OutputArchive Modifier and Type Method Description void
AddWatchRequest. serialize(OutputArchive a_, String tag)
void
AuthPacket. serialize(OutputArchive a_, String tag)
void
CheckVersionRequest. serialize(OutputArchive a_, String tag)
void
CheckWatchesRequest. serialize(OutputArchive a_, String tag)
void
ConnectRequest. serialize(OutputArchive a_, String tag)
void
ConnectResponse. serialize(OutputArchive a_, String tag)
void
Create2Response. serialize(OutputArchive a_, String tag)
void
CreateRequest. serialize(OutputArchive a_, String tag)
void
CreateResponse. serialize(OutputArchive a_, String tag)
void
CreateTTLRequest. serialize(OutputArchive a_, String tag)
void
DeleteRequest. serialize(OutputArchive a_, String tag)
void
ErrorResponse. serialize(OutputArchive a_, String tag)
void
ExistsRequest. serialize(OutputArchive a_, String tag)
void
ExistsResponse. serialize(OutputArchive a_, String tag)
void
GetACLRequest. serialize(OutputArchive a_, String tag)
void
GetACLResponse. serialize(OutputArchive a_, String tag)
void
GetAllChildrenNumberRequest. serialize(OutputArchive a_, String tag)
void
GetAllChildrenNumberResponse. serialize(OutputArchive a_, String tag)
void
GetChildren2Request. serialize(OutputArchive a_, String tag)
void
GetChildren2Response. serialize(OutputArchive a_, String tag)
void
GetChildrenRequest. serialize(OutputArchive a_, String tag)
void
GetChildrenResponse. serialize(OutputArchive a_, String tag)
void
GetDataRequest. serialize(OutputArchive a_, String tag)
void
GetDataResponse. serialize(OutputArchive a_, String tag)
void
GetEphemeralsRequest. serialize(OutputArchive a_, String tag)
void
GetEphemeralsResponse. serialize(OutputArchive a_, String tag)
void
GetMaxChildrenRequest. serialize(OutputArchive a_, String tag)
void
GetMaxChildrenResponse. serialize(OutputArchive a_, String tag)
void
GetSASLRequest. serialize(OutputArchive a_, String tag)
void
MultiHeader. serialize(OutputArchive a_, String tag)
void
ReconfigRequest. serialize(OutputArchive a_, String tag)
void
RemoveWatchesRequest. serialize(OutputArchive a_, String tag)
void
ReplyHeader. serialize(OutputArchive a_, String tag)
void
RequestHeader. serialize(OutputArchive a_, String tag)
void
SetACLRequest. serialize(OutputArchive a_, String tag)
void
SetACLResponse. serialize(OutputArchive a_, String tag)
void
SetDataRequest. serialize(OutputArchive a_, String tag)
void
SetDataResponse. serialize(OutputArchive a_, String tag)
void
SetMaxChildrenRequest. serialize(OutputArchive a_, String tag)
void
SetSASLRequest. serialize(OutputArchive a_, String tag)
void
SetSASLResponse. serialize(OutputArchive a_, String tag)
void
SetWatches. serialize(OutputArchive a_, String tag)
void
SetWatches2. serialize(OutputArchive a_, String tag)
void
SyncRequest. serialize(OutputArchive a_, String tag)
void
SyncResponse. serialize(OutputArchive a_, String tag)
void
WatcherEvent. serialize(OutputArchive a_, String tag)
void
WhoAmIResponse. serialize(OutputArchive a_, String tag)
-
Uses of OutputArchive in org.apache.zookeeper.server.persistence
Methods in org.apache.zookeeper.server.persistence with parameters of type OutputArchive Modifier and Type Method Description void
FileHeader. serialize(OutputArchive a_, String tag)
-
Uses of OutputArchive in org.apache.zookeeper.server.quorum
Methods in org.apache.zookeeper.server.quorum with parameters of type OutputArchive Modifier and Type Method Description void
LearnerInfo. serialize(OutputArchive a_, String tag)
void
QuorumAuthPacket. serialize(OutputArchive a_, String tag)
void
QuorumPacket. serialize(OutputArchive a_, String tag)
-
Uses of OutputArchive in org.apache.zookeeper.txn
Methods in org.apache.zookeeper.txn with parameters of type OutputArchive Modifier and Type Method Description void
CheckVersionTxn. serialize(OutputArchive a_, String tag)
void
CloseSessionTxn. serialize(OutputArchive a_, String tag)
void
CreateContainerTxn. serialize(OutputArchive a_, String tag)
void
CreateSessionTxn. serialize(OutputArchive a_, String tag)
void
CreateTTLTxn. serialize(OutputArchive a_, String tag)
void
CreateTxn. serialize(OutputArchive a_, String tag)
void
CreateTxnV0. serialize(OutputArchive a_, String tag)
void
DeleteTxn. serialize(OutputArchive a_, String tag)
void
ErrorTxn. serialize(OutputArchive a_, String tag)
void
MultiTxn. serialize(OutputArchive a_, String tag)
void
SetACLTxn. serialize(OutputArchive a_, String tag)
void
SetDataTxn. serialize(OutputArchive a_, String tag)
void
SetMaxChildrenTxn. serialize(OutputArchive a_, String tag)
void
Txn. serialize(OutputArchive a_, String tag)
void
TxnDigest. serialize(OutputArchive a_, String tag)
void
TxnHeader. serialize(OutputArchive a_, String tag)
-