Uses of Interface
org.apache.jute.Record
-
Packages that use Record 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 -
-
Uses of Record in org.apache.jute
Methods in org.apache.jute with parameters of type Record 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 recordvoid
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 recordvoid
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)
-
Uses of Record in org.apache.zookeeper
Classes in org.apache.zookeeper that implement Record Modifier and Type Class Description class
MultiResponse
Handles the response from a multi request.class
MultiTransactionRecord
Encodes a composite transaction.Methods in org.apache.zookeeper that return Record 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.Methods in org.apache.zookeeper with parameters of type Record 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)
-
Uses of Record in org.apache.zookeeper.data
Classes in org.apache.zookeeper.data that implement Record Modifier and Type Class Description class
ACL
class
Id
class
Stat
class
StatPersisted
class
StatPersistedV1
-