| FederatedAddGraphHandler |
A handler for AddGraph operation for the FederatedStore.
|
| FederatedAddGraphWithHooksHandler |
|
| FederatedChangeGraphAccessHandler |
|
| FederatedChangeGraphIdHandler |
|
| FederatedGetAllGraphIDHandler |
|
| FederatedGetAllGraphInfoHandler |
|
| FederatedJoinHandler<I> |
|
| FederatedNoOutputHandler<PAYLOAD extends Operation> |
Operation handler for the federation of an PAYLOAD operation with an expected return type of Void/Null.
|
| FederatedOperationHandler<INPUT,OUTPUT> |
FederatedOperation handler for the federation of an PAYLOAD operation with an expected return type OUTPUT
|
| FederatedOutputHandler<PAYLOAD extends Output<OUTPUT>,OUTPUT> |
Handler for the federation of an PAYLOAD operation with an expected return type Iterable
|
| FederatedOutputIterableHandler<PAYLOAD extends Output<Iterable<? extends ITERABLE_ELEMENTS>>,ITERABLE_ELEMENTS> |
Handler for the federation of an PAYLOAD operation with an expected return type Iterable
|
| FederatedRemoveGraphAndDeleteAllDataHandler |
A handler for RemoveGraph operation for the FederatedStore.
|
| FederatedRemoveGraphHandler |
A handler for RemoveGraph operation for the FederatedStore.
|
| FederatedWhileHandler |
An operation handler for While operations.
|