public interface DataStoreOperation<R,K extends Serializable,E>
| Modifier and Type | Method and Description |
|---|---|
R |
execute(DataStore<K,E> store,
RepositoryConfiguration configuration,
Invocation invocation)
Called to trigger the actual operation
|
R execute(DataStore<K,E> store, RepositoryConfiguration configuration, Invocation invocation)
store - the data store on which this operation is taking placeconfiguration - the configuration for the data storeinvocation - the invocation that triggered this operationCopyright © 2014–2016. All rights reserved.