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 and Description |
---|---|
void |
CsvOutputArchive.endRecord(Record r,
java.lang.String tag) |
void |
BinaryOutputArchive.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 |
InputArchive.readRecord(Record r,
java.lang.String tag) |
void |
BinaryInputArchive.readRecord(Record r,
java.lang.String tag) |
void |
CsvOutputArchive.startRecord(Record r,
java.lang.String tag) |
void |
BinaryOutputArchive.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 |
CsvOutputArchive.writeRecord(Record r,
java.lang.String tag) |
void |
BinaryOutputArchive.writeRecord(Record r,
java.lang.String tag) |
void |
OutputArchive.writeRecord(Record r,
java.lang.String tag) |
Modifier and Type | Class and Description |
---|---|
class |
MultiResponse
Handles the response from a multi request.
|
class |
MultiTransactionRecord
Encodes a composite transaction.
|
Modifier and Type | Method and Description |
---|---|
abstract Record |
Op.toRequestRecord()
Encodes an op for wire transmission.
|
Record |
Op.Create.toRequestRecord() |
Record |
Op.Delete.toRequestRecord() |
Record |
Op.SetData.toRequestRecord() |
Record |
Op.Check.toRequestRecord() |
Modifier and Type | Method and 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 and Description |
---|---|
class |
ACL |
class |
Id |
class |
Stat |
class |
StatPersisted |
class |
StatPersistedV1 |
Copyright © 2019 The Apache Software Foundation