|
Oracle NoSQL Database version 11gR2.2.0.26 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AvroFormatter
Avro Formatter is an interface implemented by user-specified classes that
can format NoSQL Database records into AvroRecords to be returned by a
KVAvroRecordReader. toAvroRecord(oracle.kv.KeyValueVersion, oracle.kv.KVStore) is called once for each record
retrieved by a KVAvroInputFormat.
| Method Summary | |
|---|---|
IndexedRecord |
toAvroRecord(KeyValueVersion kvv,
KVStore kvstore)
Convert a KeyValueVersion into a String. |
| Method Detail |
|---|
IndexedRecord toAvroRecord(KeyValueVersion kvv,
KVStore kvstore)
kvv - the Key and Value to be formatted.kvstore - the KV Store object related to this record so that the
Formatter may retrieve (e.g.) Avro bindings.
|
Oracle NoSQL Database version 11gR2.2.0.26 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||