public interface InvocationMapping<K extends Serializable,E>
This interface is used to represent data about a single invocation mapping, consisting of the method and the data store operation to which it is bound.
| Modifier and Type | Method and Description |
|---|---|
Method |
getMethod() |
DataStoreOperation<?,K,E> |
getOperation() |
Method getMethod()
DataStoreOperation<?,K,E> getOperation()
Copyright © 2014–2016. All rights reserved.