Oracle NoSQL Database
version 11gR2.2.0.26

Uses of Interface
oracle.kv.avro.GenericAvroBinding

Packages that use GenericAvroBinding
oracle.kv.avro Binding classes for serializing and deserializing Values as Avro binary data. 
 

Uses of GenericAvroBinding in oracle.kv.avro
 

Methods in oracle.kv.avro that return GenericAvroBinding
 GenericAvroBinding AvroCatalog.getGenericBinding(Schema schema)
          Returns a binding for representing a value as an Avro GenericRecord, for values that conform to a single given expected schema.
 GenericAvroBinding AvroCatalog.getGenericMultiBinding(Map<String,Schema> schemas)
          Returns a binding for representing a value as an Avro GenericRecord, for values that conform to multiple given expected schemas.
 


Oracle NoSQL Database
version 11gR2.2.0.26

Copyright (c) 2011, 2013 Oracle and/or its affiliates. All rights reserved.