Uses of Interface
org.apache.zookeeper.server.RequestRecord
Packages that use RequestRecord
Package
Description
ZooKeeper server theory of operation
-
Uses of RequestRecord in org.apache.zookeeper.server
Classes in org.apache.zookeeper.server that implement RequestRecordMethods in org.apache.zookeeper.server that return RequestRecordModifier and TypeMethodDescriptionstatic RequestRecord
RequestRecord.fromBytes
(byte[] bytes) static RequestRecord
RequestRecord.fromBytes
(ByteBuffer buffer) static RequestRecord
RequestRecord.fromRecord
(Record record) Methods in org.apache.zookeeper.server with parameters of type RequestRecordModifier and TypeMethodDescriptionvoid
ZooKeeperServer.processPacket
(ServerCnxn cnxn, RequestHeader h, RequestRecord request) Constructors in org.apache.zookeeper.server with parameters of type RequestRecordModifierConstructorDescriptionRequest
(ServerCnxn cnxn, long sessionId, int xid, int type, RequestRecord request, List<Id> authInfo) -
Uses of RequestRecord in org.apache.zookeeper.server.quorum
Constructors in org.apache.zookeeper.server.quorum with parameters of type RequestRecordModifierConstructorDescriptionLearnerSyncRequest
(LearnerHandler fh, long sessionId, int xid, int type, RequestRecord request, List<Id> authInfo)