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.
ZooKeeper server theory of operation
-
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
Methods in org.apache.zookeeper with parameters of type OutputArchiveModifier and TypeMethodDescriptionvoidDeleteContainerRequest.serialize(OutputArchive archive, String tag) voidMultiOperationRecord.serialize(OutputArchive archive, String tag) voidMultiResponse.serialize(OutputArchive archive, String tag) -
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
Methods in org.apache.zookeeper.server with parameters of type OutputArchiveModifier and TypeMethodDescriptionvoidDataNode.serialize(OutputArchive archive, String tag) voidDataTree.serialize(OutputArchive oa, String tag) voidDataTree.ZxidDigest.serialize(OutputArchive oa) voidReferenceCountedACLCache.serialize(OutputArchive oa) voidDataTree.serializeAcls(OutputArchive oa) booleanDataTree.serializeLastProcessedZxid(OutputArchive oa) Serializes the lastProcessedZxid so we can get it from snapshot instead the snapshot file name.voidDataTree.serializeNodeData(OutputArchive oa, String path, DataNode node) voidDataTree.serializeNodes(OutputArchive oa) voidZKDatabase.serializeSnapshot(OutputArchive oa) serialize the snapshotbooleanDataTree.serializeZxidDigest(OutputArchive oa) Serializing the digest to snapshot, this is done after the data tree is being serialized, so when we replay the txns, and it hits this zxid we know we should be in a non-fuzzy state, and have the same digest. -
Uses of OutputArchive in org.apache.zookeeper.server.persistence
Methods in org.apache.zookeeper.server.persistence with parameters of type OutputArchiveModifier and TypeMethodDescriptionstatic voidSnapStream.sealStream(CheckedOutputStream os, OutputArchive oa) Write specific seal to the OutputArchive and close the OutputStream.voidFileHeader.serialize(OutputArchive a_, String tag) protected voidFileSnap.serialize(DataTree dt, Map<Long, Integer> sessions, OutputArchive oa, FileHeader header) serialize the datatree and sessionsstatic voidUtil.writeTxnBytes(OutputArchive oa, byte[] bytes) Write the serialized transaction record to the output archive. -
Uses of OutputArchive in org.apache.zookeeper.server.quorum
Fields in org.apache.zookeeper.server.quorum declared as OutputArchiveMethods 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.server.util
Methods in org.apache.zookeeper.server.util with parameters of type OutputArchiveModifier and TypeMethodDescriptionstatic voidSerializeUtils.serializeSnapshot(DataTree dt, OutputArchive oa, Map<Long, Integer> sessions) -
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)