public interface AvroFormatter
toAvroRecord(oracle.kv.KeyValueVersion, oracle.kv.KVStore) is called once for each record
retrieved by a KVAvroInputFormat.| Modifier and Type | Method and Description |
|---|---|
IndexedRecord |
toAvroRecord(KeyValueVersion kvv,
KVStore kvstore)
Convert a KeyValueVersion into a String.
|
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.Copyright (c) 2011, 2013 Oracle and/or its affiliates. All rights reserved.