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