|
Oracle NoSQL Database Examples version 11gR2.2.0.26 |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| Bindings | Contains the Avro schemas and bindings used to perform serialization of the Value in a kv pair. |
| InputData | Boring static input data. |
| KeyDefinition | Defines the use of Keys in this application. |
| LoginSession | Holds the session duration attribute that is stored as the Value for the "/user/EMAIL/-/login/TIMESTAMP" Key. |
| LoginSummary | Holds the session summary attributes that are stored as the Value for the "/user/EMAIL/-/login" Key. |
| RunOperation | Utility class to run a KVStore operation and handle FaultExceptions according to this application's policies. |
| SchemaExample | A KVStore client application that illustrates basic schema design. |
| 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 | Performs write operations and retries the operation when a FaultException occurs in order to handle transient network failures. |
| Enum Summary | |
|---|---|
| Gender | Enumeration of Gender values. |
A client application that illustrates basic schema design.
The code can be found in KVHOME/examples/schema/, starting with
the main class SchemaExample.
|
Oracle NoSQL Database Examples version 11gR2.2.0.26 |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||