Uses of Interface
org.apache.jute.Record
Packages that use Record
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 Record in org.apache.jute
Methods in org.apache.jute with parameters of type RecordModifier and TypeMethodDescriptionvoid
void
void
void
Deserialize a record.void
BinaryInputArchive.readRecord
(Record r, String tag) void
InputArchive.readRecord
(Record r, String tag) void
BinaryOutputArchive.startRecord
(Record r, String tag) void
OutputArchive.startRecord
(Record r, String tag) void
ToStringOutputArchive.startRecord
(Record r, String tag) void
Serialize a record.void
BinaryOutputArchive.writeRecord
(Record r, String tag) void
OutputArchive.writeRecord
(Record r, String tag) void
ToStringOutputArchive.writeRecord
(Record r, String tag) -
Uses of Record in org.apache.zookeeper
Classes in org.apache.zookeeper that implement RecordModifier and TypeClassDescriptionclass
class
Encodes a composite operation.class
Handles the response from a multi request.Methods in org.apache.zookeeper that return RecordModifier and TypeMethodDescriptionOp.Check.toRequestRecord()
Op.Create.toRequestRecord()
Op.CreateTTL.toRequestRecord()
Op.Delete.toRequestRecord()
Op.GetChildren.toRequestRecord()
Op.GetData.toRequestRecord()
Op.SetData.toRequestRecord()
abstract Record
Op.toRequestRecord()
Encodes an op for wire transmission.Methods in org.apache.zookeeper with parameters of type RecordModifier and TypeMethodDescriptionorg.apache.zookeeper.ClientCnxn.Packet
ClientCnxn.queuePacket
(RequestHeader h, ReplyHeader r, Record request, Record response, AsyncCallback cb, String clientPath, String serverPath, Object ctx, ZooKeeper.WatchRegistration watchRegistration) org.apache.zookeeper.ClientCnxn.Packet
ClientCnxn.queuePacket
(RequestHeader h, ReplyHeader r, Record request, Record response, AsyncCallback cb, String clientPath, String serverPath, Object ctx, ZooKeeper.WatchRegistration watchRegistration, WatchDeregistration watchDeregistration) void
ClientCnxn.sendPacket
(Record request, Record response, AsyncCallback cb, int opCode) ClientCnxn.submitRequest
(RequestHeader h, Record request, Record response, ZooKeeper.WatchRegistration watchRegistration) ClientCnxn.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 RecordModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of Record in org.apache.zookeeper.proto
Classes in org.apache.zookeeper.proto that implement RecordModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of Record in org.apache.zookeeper.server
Classes in org.apache.zookeeper.server that implement RecordModifier and TypeClassDescriptionclass
This class contains the data for a node in the data tree.Methods in org.apache.zookeeper.server with type parameters of type RecordModifier and TypeMethodDescription<T extends Record>
TByteBufferRequestRecord.readRecord
(Supplier<T> constructor) <T extends Record>
TRequestRecord.readRecord
(Supplier<T> clazz) <T extends Record>
TSimpleRequestRecord.readRecord
(Supplier<T> constructor) <T extends Record>
TRequest.readRequestRecord
(Supplier<T> constructor) <T extends Record>
TRequest.readRequestRecordNoException
(Supplier<T> constructor) Methods in org.apache.zookeeper.server that return RecordMethods in org.apache.zookeeper.server with parameters of type RecordModifier and TypeMethodDescriptionstatic void
ByteBufferInputStream.byteBuffer2Record
(ByteBuffer bb, Record record) boolean
DataTree.compareDigest
(TxnHeader header, Record txn, TxnDigest digest) Compares the digest of the tree with the digest present in transaction digest.boolean
ZKDatabase.compareDigest
(TxnHeader header, Record txn, TxnDigest digest) static RequestRecord
RequestRecord.fromRecord
(Record record) protected void
PrepRequestProcessor.pRequest2Txn
(int type, long zxid, Request request, Record record) This method will be called inside the ProcessRequestThread, which is a singleton, so there will be a single thread calling this code.DataTree.processTxn
(TxnHeader header, Record txn) DataTree.processTxn
(TxnHeader header, Record txn, boolean isSubTxn) DataTree.processTxn
(TxnHeader header, Record txn, TxnDigest digest) ZKDatabase.processTxn
(TxnHeader hdr, Record txn, TxnDigest digest) the process txn on the data and perform digest comparision.ZooKeeperServer.processTxn
(TxnHeader hdr, Record txn) static void
ByteBufferOutputStream.record2ByteBuffer
(Record record, ByteBuffer bb) int
DumbWatcher.sendResponse
(ReplyHeader h, Record r, String tag, String cacheKey, Stat stat, int opCode) int
NettyServerCnxn.sendResponse
(ReplyHeader h, Record r, String tag, String cacheKey, Stat stat, int opCode) int
NIOServerCnxn.sendResponse
(ReplyHeader h, Record r, String tag, String cacheKey, Stat stat, int opCode) int
ServerCnxn.sendResponse
(ReplyHeader h, Record r, String tag) abstract int
ServerCnxn.sendResponse
(ReplyHeader h, Record r, String tag, String cacheKey, Stat stat, int opCode) Serializes a ZooKeeper response and enqueues it for sending.protected ByteBuffer[]
protected byte[]
ServerCnxn.serializeRecord
(Record record) void
Constructors in org.apache.zookeeper.server with parameters of type RecordModifierConstructorDescriptionSimpleRequestRecord
(Record record) 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 RecordModifier and TypeMethodDescriptionint
ControllableConnection.sendResponse
(ReplyHeader header, Record record, String tag) -
Uses of Record in org.apache.zookeeper.server.persistence
Classes in org.apache.zookeeper.server.persistence that implement RecordMethods in org.apache.zookeeper.server.persistence that return RecordModifier and TypeMethodDescriptionFileTxnLog.FileTxnIterator.getTxn()
return the current transactionTxnLog.TxnIterator.getTxn()
return the transaction record.Methods in org.apache.zookeeper.server.persistence with parameters of type RecordModifier and TypeMethodDescriptionstatic byte[]
Util.marshallTxnEntry
(TxnHeader hdr, Record txn, TxnDigest digest) Serializes transaction header and transaction data into a byte buffer.void
FileTxnSnapLog.PlayBackListener.onTxnLoaded
(TxnHeader hdr, Record rec, TxnDigest digest) void
FileTxnSnapLog.processTransaction
(TxnHeader hdr, DataTree dt, Map<Long, 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 RecordMethods in org.apache.zookeeper.server.quorum with parameters of type RecordModifier and TypeMethodDescriptionvoid
FollowerZooKeeperServer.logRequest
(TxnHeader hdr, Record txn, TxnDigest digest) -
Uses of Record in org.apache.zookeeper.txn
Classes in org.apache.zookeeper.txn that implement RecordModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class