Package uk.gov.gchq.gaffer.graph
Class GraphRequest<O>
- java.lang.Object
-
- uk.gov.gchq.gaffer.graph.GraphRequest<O>
-
- Type Parameters:
O
- the result type of the request.
public class GraphRequest<O> extends Object
-
-
Constructor Summary
Constructors Constructor Description GraphRequest(Output<O> operation, Context context)
GraphRequest(Output<O> operation, User user)
GraphRequest(Operation operation, Context context)
GraphRequest(Operation operation, User user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Context
getContext()
OperationChain<O>
getOperationChain()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getOperationChain
public OperationChain<O> getOperationChain()
-
getContext
public Context getContext()
-
-