@Internal public class StateBootstrapTransformationWithID<T> extends Object
OperatorID
for the bootstrapped operator, as well as the StateBootstrapTransformation
that defines how the state is bootstrapped.Constructor and Description |
---|
StateBootstrapTransformationWithID(OperatorID operatorID,
StateBootstrapTransformation<T> bootstrapTransformation) |
Modifier and Type | Method and Description |
---|---|
StateBootstrapTransformation<T> |
getBootstrapTransformation() |
OperatorID |
getOperatorID() |
public StateBootstrapTransformationWithID(OperatorID operatorID, StateBootstrapTransformation<T> bootstrapTransformation)
public OperatorID getOperatorID()
public StateBootstrapTransformation<T> getBootstrapTransformation()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.