public interface ComputationIdentifier<ResultType extends ComputeResult>
ComputeKey
. The identifier is used to uniquely identify a ComputeKey
to its corresponding GraphComputation
, so that all instances of a ComputeKey
can look up the corresponding GraphComputation
correctly.Modifier and Type | Method and Description |
---|---|
Class<ResultType> |
getResultTypeClass() |
Class<ResultType> getResultTypeClass()
GraphComputation