Package cz.o2.proxima.core.transform
Interface ContextualProxyTransform<OP extends DataOperator>
-
- All Superinterfaces:
DataOperatorAware
,ProxyTransform
,java.io.Serializable
- All Known Implementing Classes:
BeamProxyTransform
@Evolving public interface ContextualProxyTransform<OP extends DataOperator> extends ProxyTransform, DataOperatorAware
AProxyTransform
having (operator specific) context.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
setup(EntityDescriptor entity, OP op)
Setup this transform for given entity.-
Methods inherited from interface cz.o2.proxima.core.transform.DataOperatorAware
as, isContextual, isDelegateOf
-
Methods inherited from interface cz.o2.proxima.core.transform.ProxyTransform
asContextual, asElementWise
-
-
-
-
Method Detail
-
setup
default void setup(EntityDescriptor entity, OP op)
Setup this transform for given entity.- Parameters:
op
- Operatorentity
- the target attribute descriptor
-
-