Package | Description |
---|---|
de.rtm.push.adapters |
Provides the classes necessary to connect sources and sinks to an RTM system.
|
de.rtm.push.adapters.windowfunctions |
Modifier and Type | Method and Description |
---|---|
UserDefinedAggregationFunctionAdapter<? extends Serializable> |
UserDefinedAggregationFunctionAdapterFactory.createInstance(FieldMetaData[] parameterMetaData,
JavaTypes.Type[] instantiationParameterTypes,
Object[] instantiationParameters)
Instantiates a
UserDefinedAggregationFunctionAdapter for the given runtime parameter types and instantiation parameters. |
UserDefinedFunctionAdapter |
UserDefinedFunctionAdapterFactory.createInstance(FieldMetaData[] parameterMetaData,
JavaTypes.Type[] instantiationParameterTypes,
Object[] instantiationParameters)
Instantiates a
UserDefinedFunctionAdapter for the given runtime parameter types and instantiation parameters. |
Signature |
UserDefinedAggregationFunctionAdapterFactory.getSignature(FieldMetaData[] parameterMetaData,
JavaTypes.Type[] instantiationParameterTypes,
Object[] instantiationParameters)
Determines, whether or not this factory is able to instantiate a
UserDefinedAggregationFunctionAdapter for
the given runtime parameter types and the additional instantiation parameter types and values. |
Signature |
UserDefinedFunctionAdapterFactory.getSignature(FieldMetaData[] parameterMetaData,
JavaTypes.Type[] instantiationParameterTypes,
Object[] instantiationParameters)
Determines, whether or not this factory is able to instantiate a
UserDefinedFunctionAdapter for
the given runtime parameter types and the additional instantiation parameter types and values. |
Modifier and Type | Method and Description |
---|---|
UserDefinedWindowFunctionAdapter<?,?> |
UserDefinedWindowFunctionAdapterFactory.createInstance(FieldMetaData[] parameterMetaData,
JavaTypes.Type[] instantiationParameterTypes,
Object[] instantiationParameters)
Instantiates a
UserDefinedWindowFunctionAdapter for the given runtime parameter types and instantiation parameters. |
Signature |
UserDefinedWindowFunctionAdapterFactory.getSignature(FieldMetaData[] parameterMetaData,
JavaTypes.Type[] instantiationParameterTypes,
Object[] instantiationParameters)
Determines, whether or not this factory is able to instantiate a
UserDefinedWindowFunctionAdapter for
the given runtime parameter types and the additional instantiation parameter types and values. |