@Deprecated @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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BootstrapTransformation<T> |
getBootstrapTransformation()
Deprecated.
|
OperatorID |
getOperatorID()
Deprecated.
|
public BootstrapTransformationWithID(OperatorID operatorID, BootstrapTransformation<T> bootstrapTransformation)
public OperatorID getOperatorID()
public BootstrapTransformation<T> getBootstrapTransformation()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.