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 RequestRecordRequestRecord.fromBytes(byte[] bytes) static RequestRecordRequestRecord.fromBytes(ByteBuffer buffer) static RequestRecordRequestRecord.fromRecord(Record record) Methods in org.apache.zookeeper.server with parameters of type RequestRecordModifier and TypeMethodDescriptionvoidZooKeeperServer.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)