ResultType
- should be the corresponding result type of performing the transformation in
the GraphComputation
public interface ComputeKey<ResultType extends ComputeResult>
GraphComputation
.
Implementation should define a static to expose getIdentifier()
statically for users
and for avoiding recomputation.
Modifier and Type | Method and Description |
---|---|
ComputationIdentifier<ResultType> |
getIdentifier() |
ComputationIdentifier<ResultType> getIdentifier()
ComputationIdentifier
to the same GraphComputation
.