Oracle NoSQL Database
version 11gR2.2.0.26

Uses of Interface
oracle.kv.avro.AvroBinding

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

Uses of AvroBinding in oracle.kv.avro
 

Subinterfaces of AvroBinding in oracle.kv.avro
 interface GenericAvroBinding
          The GenericAvroBinding interface has the same methods as AvroBinding, but represents values as instances of GenericRecord.
 interface JsonAvroBinding
          The JsonAvroBinding interface has the same methods as AvroBinding, but represents values as instances of JsonRecord.
 interface RawAvroBinding
          The RawAvroBinding interface has the same methods as AvroBinding, but represents values as instances of RawRecord.
 interface SpecificAvroBinding<T extends SpecificRecord>
          The SpecificAvroBinding interface has the same methods as AvroBinding, but represents values as instances of a generated Avro specific class which implements SpecificRecord.
 


Oracle NoSQL Database
version 11gR2.2.0.26

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