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 voidBinaryOutputArchive. endRecord(Record r, java.lang.String tag)voidCsvOutputArchive. endRecord(Record r, java.lang.String tag)voidOutputArchive. endRecord(Record r, java.lang.String tag)voidRecordReader. read(Record r)Deserialize a recordvoidBinaryInputArchive. readRecord(Record r, java.lang.String tag)voidInputArchive. readRecord(Record r, java.lang.String tag)voidBinaryOutputArchive. startRecord(Record r, java.lang.String tag)voidCsvOutputArchive. startRecord(Record r, java.lang.String tag)voidOutputArchive. startRecord(Record r, java.lang.String tag)voidRecordWriter. write(Record r)Serialize a recordvoidBinaryOutputArchive. writeRecord(Record r, java.lang.String tag)voidCsvOutputArchive. writeRecord(Record r, java.lang.String tag)voidOutputArchive. 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 classMultiResponseHandles the response from a multi request.classMultiTransactionRecordEncodes a composite transaction.Methods in org.apache.zookeeper that return Record Modifier and Type Method Description RecordOp.Check. toRequestRecord()RecordOp.Create. toRequestRecord()RecordOp.Delete. toRequestRecord()RecordOp.SetData. toRequestRecord()abstract RecordOp. toRequestRecord()Encodes an op for wire transmission.Methods in org.apache.zookeeper with parameters of type Record Modifier and Type Method Description voidClientCnxn. sendPacket(Record request, Record response, AsyncCallback cb, int opCode)org.apache.zookeeper.proto.ReplyHeaderClientCnxn. 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 classACLclassIdclassStatclassStatPersistedclassStatPersistedV1
-