List< T >
| getProfiles ()
|
void
| addProfile (T profile)
Add a profile to this instance. More...
|
|
List< AspectEngine >
| getEngines ()
Get the engines that generated the data withing this data instance. More...
|
Future<?>
| getProcessFuture ()
If the engine is configured for lazy loading, this property returns a Future that will complete once the engine has finished processing. More...
|
|
Pipeline
| getPipeline ()
|
void
| setPipeline (Pipeline pipeline)
|
|
Object
| get (String key)
Get the value stored using the specified key. More...
|
void
| put (String key, Object value)
Set the value stored using the specified key. More...
|
void
| populateFromMap (Map< String, Object > values)
Use the values in the specified map to populate this data instance. More...
|
Map< String, Object >
| asKeyMap ()
Get the data contained in this instance as a read only Map. More...
|