|
Oracle NoSQL Database version 11gR2.2.0.26 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueBinding | |
---|---|
oracle.kv.avro | Binding classes for serializing and deserializing Values as Avro binary data. |
Uses of ValueBinding in oracle.kv.avro |
---|
Subinterfaces of ValueBinding in oracle.kv.avro | |
---|---|
interface |
AvroBinding<T>
The AvroBinding interface has the same methods as ValueBinding , but adds semantics and exceptions that are specific to the
Avro data format. |
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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |