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 |
Modifier and Type | Method | Description |
---|---|---|
void |
BinaryOutputArchive.endRecord(Record r,
java.lang.String tag) |
|
void |
CsvOutputArchive.endRecord(Record r,
java.lang.String tag) |
|
void |
OutputArchive.endRecord(Record r,
java.lang.String tag) |
|
void |
RecordReader.read(Record r) |
Deserialize a record
|
void |
BinaryInputArchive.readRecord(Record r,
java.lang.String tag) |
|
void |
InputArchive.readRecord(Record r,
java.lang.String tag) |
|
void |
BinaryOutputArchive.startRecord(Record r,
java.lang.String tag) |
|
void |
CsvOutputArchive.startRecord(Record r,
java.lang.String tag) |
|
void |
OutputArchive.startRecord(Record r,
java.lang.String tag) |
|
void |
RecordWriter.write(Record r) |
Serialize a record
|
void |
BinaryOutputArchive.writeRecord(Record r,
java.lang.String tag) |
|
void |
CsvOutputArchive.writeRecord(Record r,
java.lang.String tag) |
|
void |
OutputArchive.writeRecord(Record r,
java.lang.String tag) |
Modifier and Type | Class | Description |
---|---|---|
class |
MultiResponse |
Handles the response from a multi request.
|
class |
MultiTransactionRecord |
Encodes a composite transaction.
|
Modifier and Type | Method | Description |
---|---|---|
Record |
Op.Check.toRequestRecord() |
|
Record |
Op.Create.toRequestRecord() |
|
Record |
Op.Delete.toRequestRecord() |
|
Record |
Op.SetData.toRequestRecord() |
|
abstract Record |
Op.toRequestRecord() |
Encodes an op for wire transmission.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ClientCnxn.sendPacket(Record request,
Record response,
AsyncCallback cb,
int opCode) |
|
org.apache.zookeeper.proto.ReplyHeader |
ClientCnxn.submitRequest(org.apache.zookeeper.proto.RequestHeader h,
Record request,
Record response,
org.apache.zookeeper.ZooKeeper.WatchRegistration watchRegistration) |
Modifier and Type | Class | Description |
---|---|---|
class |
ACL |
|
class |
Id |
|
class |
Stat |
|
class |
StatPersisted |
|
class |
StatPersistedV1 |
Copyright © 2018 The Apache Software Foundation