Package | Description |
---|---|
schema |
A client application that illustrates basic schema design.
|
Class and Description |
---|
Bindings
Contains the Avro schemas and bindings used to perform serialization of the
Value in a kv pair.
|
Gender
Enumeration of Gender values.
|
UserImage
Holds the image user attribute that is stored as the
Value
for the "/user/EMAIL/-/image" Key . |
UserInfo
Holds the collection of user attributes that is stored as the
Value for the "/user/EMAIL/-/info" Key . |
WriteOperations.LOBStreamListener
For any entity that invokes one of the following methods of the
WriteOperations utility class, that entity must supply an
implementation of this interface:
putLOB
putLOBIfAbsent
putLOBIfPresent
The getInputStream method specified by this interface
returns an instance of InputStream for the LOB to which the
desired LOB operation is applied; where the stream that is returned can
be either a new stream or a reset stream positioned at the first byte of
the associated LOB. |
Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.