| Class | Description |
|---|---|
| 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 | Description |
|---|---|
| Gender |
Enumeration of Gender values.
|
SchemaExample.Copyright (c) 2011, 2013 Oracle and/or its affiliates. All rights reserved.