Uses of Interface
org.apache.jute.OutputArchive
Packages that use OutputArchive
Package
Description
Hadoop record I/O contains classes and a record description language
translator for simplifying serialization and deserialization of records in a
language-neutral manner.
-
Uses of OutputArchive in org.apache.jute
Classes in org.apache.jute that implement OutputArchiveMethods in org.apache.jute with parameters of type OutputArchive -
Uses of OutputArchive in org.apache.zookeeper.data
Methods in org.apache.zookeeper.data with parameters of type OutputArchiveModifier and TypeMethodDescriptionvoidACL.serialize(OutputArchive a_, String tag) voidClientInfo.serialize(OutputArchive a_, String tag) voidId.serialize(OutputArchive a_, String tag) voidStat.serialize(OutputArchive a_, String tag) voidStatPersisted.serialize(OutputArchive a_, String tag) -
Uses of OutputArchive in org.apache.zookeeper.proto
Methods in org.apache.zookeeper.proto with parameters of type OutputArchiveModifier and TypeMethodDescriptionvoidAddWatchRequest.serialize(OutputArchive a_, String tag) voidAuthPacket.serialize(OutputArchive a_, String tag) voidCheckVersionRequest.serialize(OutputArchive a_, String tag) voidCheckWatchesRequest.serialize(OutputArchive a_, String tag) voidConnectRequest.serialize(OutputArchive a_, String tag) voidConnectResponse.serialize(OutputArchive a_, String tag) voidCreate2Response.serialize(OutputArchive a_, String tag) voidCreateRequest.serialize(OutputArchive a_, String tag) voidCreateResponse.serialize(OutputArchive a_, String tag) voidCreateTTLRequest.serialize(OutputArchive a_, String tag) voidDeleteRequest.serialize(OutputArchive a_, String tag) voidErrorResponse.serialize(OutputArchive a_, String tag) voidExistsRequest.serialize(OutputArchive a_, String tag) voidExistsResponse.serialize(OutputArchive a_, String tag) voidGetACLRequest.serialize(OutputArchive a_, String tag) voidGetACLResponse.serialize(OutputArchive a_, String tag) voidGetAllChildrenNumberRequest.serialize(OutputArchive a_, String tag) voidGetAllChildrenNumberResponse.serialize(OutputArchive a_, String tag) voidGetChildren2Request.serialize(OutputArchive a_, String tag) voidGetChildren2Response.serialize(OutputArchive a_, String tag) voidGetChildrenRequest.serialize(OutputArchive a_, String tag) voidGetChildrenResponse.serialize(OutputArchive a_, String tag) voidGetDataRequest.serialize(OutputArchive a_, String tag) voidGetDataResponse.serialize(OutputArchive a_, String tag) voidGetEphemeralsRequest.serialize(OutputArchive a_, String tag) voidGetEphemeralsResponse.serialize(OutputArchive a_, String tag) voidGetMaxChildrenRequest.serialize(OutputArchive a_, String tag) voidGetMaxChildrenResponse.serialize(OutputArchive a_, String tag) voidGetSASLRequest.serialize(OutputArchive a_, String tag) voidMultiHeader.serialize(OutputArchive a_, String tag) voidReconfigRequest.serialize(OutputArchive a_, String tag) voidRemoveWatchesRequest.serialize(OutputArchive a_, String tag) voidReplyHeader.serialize(OutputArchive a_, String tag) voidRequestHeader.serialize(OutputArchive a_, String tag) voidSetACLRequest.serialize(OutputArchive a_, String tag) voidSetACLResponse.serialize(OutputArchive a_, String tag) voidSetDataRequest.serialize(OutputArchive a_, String tag) voidSetDataResponse.serialize(OutputArchive a_, String tag) voidSetMaxChildrenRequest.serialize(OutputArchive a_, String tag) voidSetSASLRequest.serialize(OutputArchive a_, String tag) voidSetSASLResponse.serialize(OutputArchive a_, String tag) voidSetWatches.serialize(OutputArchive a_, String tag) voidSetWatches2.serialize(OutputArchive a_, String tag) voidSyncRequest.serialize(OutputArchive a_, String tag) voidSyncResponse.serialize(OutputArchive a_, String tag) voidWatcherEvent.serialize(OutputArchive a_, String tag) voidWhoAmIResponse.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 -
Uses of OutputArchive in org.apache.zookeeper.server.quorum
Methods in org.apache.zookeeper.server.quorum with parameters of type OutputArchiveModifier and TypeMethodDescriptionvoidLearnerInfo.serialize(OutputArchive a_, String tag) voidQuorumAuthPacket.serialize(OutputArchive a_, String tag) voidQuorumPacket.serialize(OutputArchive a_, String tag) -
Uses of OutputArchive in org.apache.zookeeper.txn
Methods in org.apache.zookeeper.txn with parameters of type OutputArchiveModifier and TypeMethodDescriptionvoidCheckVersionTxn.serialize(OutputArchive a_, String tag) voidCloseSessionTxn.serialize(OutputArchive a_, String tag) voidCreateContainerTxn.serialize(OutputArchive a_, String tag) voidCreateSessionTxn.serialize(OutputArchive a_, String tag) voidCreateTTLTxn.serialize(OutputArchive a_, String tag) voidCreateTxn.serialize(OutputArchive a_, String tag) voidCreateTxnV0.serialize(OutputArchive a_, String tag) voidDeleteTxn.serialize(OutputArchive a_, String tag) voidErrorTxn.serialize(OutputArchive a_, String tag) voidMultiTxn.serialize(OutputArchive a_, String tag) voidSetACLTxn.serialize(OutputArchive a_, String tag) voidSetDataTxn.serialize(OutputArchive a_, String tag) voidSetMaxChildrenTxn.serialize(OutputArchive a_, String tag) voidTxn.serialize(OutputArchive a_, String tag) voidTxnDigest.serialize(OutputArchive a_, String tag) voidTxnHeader.serialize(OutputArchive a_, String tag)