| Interface | Description |
|---|---|
| TimestampedObject |
Interface for objects that include a timestamp.
|
| UpdatableObject |
Interface for updating objects.
|
| Class | Description |
|---|---|
| ArrayOfByte |
An array of
bytes that encodes an "index". |
| ArrayOfBytePrms |
A class used to store keys for test configuration settings.
|
| Asset |
Represents an asset held in
AssetAccount. |
| AssetAccount |
An account containing assets, useful for queries.
|
| AssetAccountPrms |
A class used to store keys for test configuration settings.
|
| AssetPrms |
A class used to store keys for test configuration settings.
|
| BatchObject |
An object containing an index, a timestamp, a batch number such that the
first
BatchStringPrms.batchSize instances are in batch 0, the second
are in batch 1, etc., and a byte array of size BatchObjectPrms.size. |
| BatchObjectPrms |
A class used to store keys for test configuration settings.
|
| BatchString |
An object that is a String prefixed by a batch number such that the first
BatchStringPrms.batchSize instances are in batch 0, the second are
in batch 1, etc. |
| BatchStringPrms |
A class used to store keys for test configuration settings.
|
| CompressibleString | |
| DeltaFastAssetAccount |
A
FastAssetAccount that implements the Delta interface. |
| DeltaPSTObject |
A
PSTObject that implements the Delta interface. |
| EqStruct |
The EqStruct is based on the UseCase12 Benchmark and provides us with
a flat object graph with many fields that implements the DataSerializable
interface and avoids the overhead associated with reflection during
seralization.
|
| FastAsset |
Represents an asset held in
FastAssetAccount. |
| FastAssetAccount |
An account containing assets, useful for queries.
|
| FastAssetAccountPrms |
A class used to store keys for test configuration settings.
|
| FastAssetPrms |
A class used to store keys for test configuration settings.
|
| FlatObject |
Object modified here only to implement the ConfigurableObject interface.
|
| Message |
A message containing a timestamp and a string of configurable size.
|
| MessagePrms |
A class used to store keys for test configuration settings.
|
| NestedOrderVector |
A nested vector of orders of configurable width and depth, which
implements Sizeable for better use with a memory evictor
(requires that
Order |
| NestedOrderVectorPrms |
A class used to store keys for test configuration settings.
|
| ObjectHelper |
Object creation helper used to create configurable objects encoded with
an index.
|
| Order |
An order, which implements Sizeable for better use with an memory evictor
|
| OrderVector |
A vector of orders of configurable size, which implements Sizeable
for better use with a memory evictor.
|
| OrderVectorPrms |
A class used to store keys for test configuration settings.
|
| PdxObject |
An object containing a timestamp, a byte array of configurable size and primitive fields.
|
| PdxObjectPrms |
A class used to store keys for
PdxObject configuration settings. |
| PdxPortfolio | |
| Portfolio | |
| PosNegInteger |
An integer based on index for which an even numbered index produces
a positive integer and an odd numbered index produces a negative integer.
|
| PRPortfolio |
A version of the Portfolio Object used for query.
|
| PSTObject |
An object containing a timestamp, a byte array of configurable size and primitive fields.
|
| PSTObjectPrms |
A class used to store keys for
PSTObject configuration settings. |
| SizedString |
A string of configurable size.
|
| SizedStringPrms |
A class used to store keys for test configuration settings.
|
| SmallObject |
An object containing an int and a String.
|
| TestInteger |
An integer based on index
|
| UserProfile |
An SSO User Profile value object.
|
| UserProfilePrms |
A class used to store keys for test configuration settings.
|
| Exception | Description |
|---|---|
| ObjectAccessException | |
| ObjectCreationException |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.