|
Oracle NoSQL Database version 11gR2.2.0.26 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.kv.avro.RawRecord
public class RawRecord
A RawRecord represents an Avro object as a Schema along with the raw Avro
serialized data. It is used with a RawAvroBinding.
RawAvroBinding,
getRawBinding| Constructor Summary | |
|---|---|
RawRecord(byte[] rawData,
Schema schema)
Creates a RawRecord from a Schema and Avro serialized data. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object other)
|
byte[] |
getRawData()
Returns the Avro serialized data for this RawRecord. |
Schema |
getSchema()
Returns the Avro Schema for this RawRecord. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RawRecord(byte[] rawData,
Schema schema)
| Method Detail |
|---|
public byte[] getRawData()
public Schema getSchema()
public boolean equals(Object other)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
Oracle NoSQL Database version 11gR2.2.0.26 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||