Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
org.apache.zookeeper.server.quorum |
Modifier and Type | Class and Description |
---|---|
class |
ByteBufferRequestRecord |
class |
SimpleRequestRecord |
Modifier and Type | Method and Description |
---|---|
static RequestRecord |
RequestRecord.fromBytes(byte[] bytes) |
static RequestRecord |
RequestRecord.fromBytes(ByteBuffer buffer) |
static RequestRecord |
RequestRecord.fromRecord(Record record) |
Modifier and Type | Method and Description |
---|---|
void |
ZooKeeperServer.processPacket(ServerCnxn cnxn,
RequestHeader h,
RequestRecord request) |
Constructor and Description |
---|
Request(ServerCnxn cnxn,
long sessionId,
int xid,
int type,
RequestRecord request,
List<Id> authInfo) |
Constructor and Description |
---|
LearnerSyncRequest(LearnerHandler fh,
long sessionId,
int xid,
int type,
RequestRecord request,
List<Id> authInfo) |
Copyright © 2008–2025 The Apache Software Foundation. All rights reserved.