Uses of Interface
org.apache.jute.Record
-
Packages that use Record 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 org.apache.zookeeper.data org.apache.zookeeper.proto org.apache.zookeeper.server ZooKeeper server theory of operationorg.apache.zookeeper.server.controller org.apache.zookeeper.server.persistence org.apache.zookeeper.server.quorum org.apache.zookeeper.txn -
-
Uses of Record in org.apache.jute
Methods in org.apache.jute with parameters of type Record Modifier and Type Method Description voidBinaryOutputArchive. endRecord(Record r, java.lang.String tag)voidOutputArchive. endRecord(Record r, java.lang.String tag)voidToStringOutputArchive. endRecord(Record r, java.lang.String tag)voidRecordReader. read(Record r)Deserialize a record.voidBinaryInputArchive. readRecord(Record r, java.lang.String tag)voidInputArchive. readRecord(Record r, java.lang.String tag)voidBinaryOutputArchive. startRecord(Record r, java.lang.String tag)voidOutputArchive. startRecord(Record r, java.lang.String tag)voidToStringOutputArchive. startRecord(Record r, java.lang.String tag)voidRecordWriter. write(Record r)Serialize a record.voidBinaryOutputArchive. writeRecord(Record r, java.lang.String tag)voidOutputArchive. writeRecord(Record r, java.lang.String tag)voidToStringOutputArchive. writeRecord(Record r, java.lang.String tag) -
Uses of Record in org.apache.zookeeper
Classes in org.apache.zookeeper that implement Record Modifier and Type Class Description classMultiOperationRecordEncodes a composite operation.classMultiResponseHandles the response from a multi request.Methods in org.apache.zookeeper that return Record Modifier and Type Method Description RecordOp.Check. toRequestRecord()RecordOp.Create. toRequestRecord()RecordOp.CreateTTL. toRequestRecord()RecordOp.Delete. toRequestRecord()RecordOp.GetChildren. toRequestRecord()RecordOp.GetData. toRequestRecord()RecordOp.SetData. toRequestRecord()abstract RecordOp. toRequestRecord()Encodes an op for wire transmission.Methods in org.apache.zookeeper with parameters of type Record Modifier and Type Method Description org.apache.zookeeper.ClientCnxn.PacketClientCnxn. queuePacket(RequestHeader h, ReplyHeader r, Record request, Record response, AsyncCallback cb, java.lang.String clientPath, java.lang.String serverPath, java.lang.Object ctx, ZooKeeper.WatchRegistration watchRegistration)org.apache.zookeeper.ClientCnxn.PacketClientCnxn. queuePacket(RequestHeader h, ReplyHeader r, Record request, Record response, AsyncCallback cb, java.lang.String clientPath, java.lang.String serverPath, java.lang.Object ctx, ZooKeeper.WatchRegistration watchRegistration, WatchDeregistration watchDeregistration)voidClientCnxn. sendPacket(Record request, Record response, AsyncCallback cb, int opCode)ReplyHeaderClientCnxn. submitRequest(RequestHeader h, Record request, Record response, ZooKeeper.WatchRegistration watchRegistration)ReplyHeaderClientCnxn. submitRequest(RequestHeader h, Record request, Record response, ZooKeeper.WatchRegistration watchRegistration, WatchDeregistration watchDeregistration) -
Uses of Record in org.apache.zookeeper.data
Classes in org.apache.zookeeper.data that implement Record Modifier and Type Class Description classACLclassClientInfoclassIdclassStatclassStatPersisted -
Uses of Record in org.apache.zookeeper.proto
-
Uses of Record in org.apache.zookeeper.server
Classes in org.apache.zookeeper.server that implement Record Modifier and Type Class Description classDataNodeThis class contains the data for a node in the data tree.Methods in org.apache.zookeeper.server that return Record Modifier and Type Method Description RecordRequest. getTxn()RecordTxnLogEntry. getTxn()Methods in org.apache.zookeeper.server with parameters of type Record Modifier and Type Method Description static voidByteBufferInputStream. byteBuffer2Record(java.nio.ByteBuffer bb, Record record)booleanDataTree. compareDigest(TxnHeader header, Record txn, TxnDigest digest)Compares the digest of the tree with the digest present in transaction digest.booleanZKDatabase. compareDigest(TxnHeader header, Record txn, TxnDigest digest)protected voidPrepRequestProcessor. pRequest2Txn(int type, long zxid, Request request, Record record, boolean deserialize)This method will be called inside the ProcessRequestThread, which is a singleton, so there will be a single thread calling this code.DataTree.ProcessTxnResultDataTree. processTxn(TxnHeader header, Record txn)DataTree.ProcessTxnResultDataTree. processTxn(TxnHeader header, Record txn, boolean isSubTxn)DataTree.ProcessTxnResultDataTree. processTxn(TxnHeader header, Record txn, TxnDigest digest)DataTree.ProcessTxnResultZKDatabase. processTxn(TxnHeader hdr, Record txn, TxnDigest digest)the process txn on the data and perform digest comparision.DataTree.ProcessTxnResultZooKeeperServer. processTxn(TxnHeader hdr, Record txn)static voidByteBufferOutputStream. record2ByteBuffer(Record record, java.nio.ByteBuffer bb)intDumbWatcher. sendResponse(ReplyHeader h, Record r, java.lang.String tag, java.lang.String cacheKey, Stat stat, int opCode)intNettyServerCnxn. sendResponse(ReplyHeader h, Record r, java.lang.String tag, java.lang.String cacheKey, Stat stat, int opCode)intNIOServerCnxn. sendResponse(ReplyHeader h, Record r, java.lang.String tag, java.lang.String cacheKey, Stat stat, int opCode)intServerCnxn. sendResponse(ReplyHeader h, Record r, java.lang.String tag)abstract intServerCnxn. sendResponse(ReplyHeader h, Record r, java.lang.String tag, java.lang.String cacheKey, Stat stat, int opCode)Serializes a ZooKeeper response and enqueues it for sending.protected java.nio.ByteBuffer[]ServerCnxn. serialize(ReplyHeader h, Record r, java.lang.String tag, java.lang.String cacheKey, Stat stat, int opCode)protected byte[]ServerCnxn. serializeRecord(Record record)voidRequest. setTxn(Record txn)Constructors in org.apache.zookeeper.server with parameters of type Record Constructor Description Request(long sessionId, int xid, int type, TxnHeader hdr, Record txn, long zxid)TxnLogEntry(Record txn, TxnHeader header, TxnDigest digest) -
Uses of Record in org.apache.zookeeper.server.controller
Methods in org.apache.zookeeper.server.controller with parameters of type Record Modifier and Type Method Description intControllableConnection. sendResponse(ReplyHeader header, Record record, java.lang.String tag) -
Uses of Record in org.apache.zookeeper.server.persistence
Classes in org.apache.zookeeper.server.persistence that implement Record Modifier and Type Class Description classFileHeaderMethods in org.apache.zookeeper.server.persistence that return Record Modifier and Type Method Description RecordFileTxnLog.FileTxnIterator. getTxn()return the current transactionRecordTxnLog.TxnIterator. getTxn()return the transaction record.Methods in org.apache.zookeeper.server.persistence with parameters of type Record Modifier and Type Method Description booleanFileTxnLog. append(TxnHeader hdr, Record txn)append an entry to the transaction logbooleanFileTxnLog. append(TxnHeader hdr, Record txn, TxnDigest digest)booleanTxnLog. append(TxnHeader hdr, Record r)Append a request to the transaction logbooleanTxnLog. append(TxnHeader hdr, Record r, TxnDigest digest)Append a request to the transaction log with a digsetstatic byte[]Util. marshallTxnEntry(TxnHeader hdr, Record txn)Serializes transaction header and transaction data into a byte buffer.static byte[]Util. marshallTxnEntry(TxnHeader hdr, Record txn, TxnDigest digest)voidFileTxnSnapLog.PlayBackListener. onTxnLoaded(TxnHeader hdr, Record rec, TxnDigest digest)voidFileTxnSnapLog. processTransaction(TxnHeader hdr, DataTree dt, java.util.Map<java.lang.Long,java.lang.Integer> sessions, Record txn)process the transaction on the datatree -
Uses of Record in org.apache.zookeeper.server.quorum
Classes in org.apache.zookeeper.server.quorum that implement Record Modifier and Type Class Description classLearnerInfoclassQuorumAuthPacketclassQuorumPacketMethods in org.apache.zookeeper.server.quorum with parameters of type Record Modifier and Type Method Description voidFollowerZooKeeperServer. logRequest(TxnHeader hdr, Record txn, TxnDigest digest) -
Uses of Record in org.apache.zookeeper.txn
Classes in org.apache.zookeeper.txn that implement Record Modifier and Type Class Description classCheckVersionTxnclassCloseSessionTxnclassCreateContainerTxnclassCreateSessionTxnclassCreateTTLTxnclassCreateTxnclassCreateTxnV0classDeleteTxnclassErrorTxnclassMultiTxnclassSetACLTxnclassSetDataTxnclassSetMaxChildrenTxnclassTxnclassTxnDigestclassTxnHeader
-