Class FixedKeyProcessorSupplier<KIn, VIn, VOut>
public class FixedKeyProcessorSupplier<KIn, VIn, VOut> : FixedKeyProcessorSupplier, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IFixedKeyProcessorSupplier<KIn, VIn, VOut>, IConnectedStoreProvider, ISupplier<FixedKeyProcessor<KIn, VIn, VOut>>, IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
KIn
VIn
VOut
- Inheritance
-
FixedKeyProcessorSupplier<KIn, VIn, VOut>
- Implements
-
IFixedKeyProcessorSupplier<KIn, VIn, VOut>ISupplier<FixedKeyProcessor<KIn, VIn, VOut>>
- Derived
- Inherited Members
Constructors
FixedKeyProcessorSupplier()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public FixedKeyProcessorSupplier()
FixedKeyProcessorSupplier(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public FixedKeyProcessorSupplier(params object[] args)
Parameters
args
object[]
Properties
OnGet
public Func<FixedKeyProcessor<KIn, VIn, VOut>> OnGet { get; set; }
Property Value
- Func<FixedKeyProcessor<KIn, VIn, VOut>>
OnInit
public Action<FixedKeyProcessorContext<KIn, VOut>> OnInit { get; set; }
Property Value
- Action<FixedKeyProcessorContext<KIn, VOut>>
OnProcess
public Action<FixedKeyRecord<KIn, VIn>> OnProcess { get; set; }
Property Value
- Action<FixedKeyRecord<KIn, VIn>>
OnStores
public Func<Set<StoreBuilder>> OnStores { get; set; }
Property Value
Remarks
If OnStores has a value it takes precedence over corresponding class method
Methods
Get()
public virtual FixedKeyProcessor<KIn, VIn, VOut> Get()
Returns
- FixedKeyProcessor<KIn, VIn, VOut>
InitializeHandlers()
Handlers initializer for FixedKeyProcessorSupplier<KIn, VIn, VOut>
protected virtual void InitializeHandlers()
Stores()
public virtual Set<StoreBuilder> Stores()
Returns
Remarks
The method invokes the default implementation in the JVM interface using StoresDefault(); override the method to implement a different behavior
StoresDefault()
public Set<StoreBuilder> StoresDefault()
Returns
Remarks
The method invokes the default implementation in the JVM interface