Class FixedKeyProcessorSupplier<KIn, VIn, VOut>
public class FixedKeyProcessorSupplier<KIn, VIn, VOut> : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IFixedKeyProcessorSupplier<KIn, VIn, VOut>, IConnectedStoreProvider, ISupplier<FixedKeyProcessor<KIn, VIn, VOut>>, IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
KIn
VIn
VOut
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<JVMBridgeListener>JVMBridgeListenerFixedKeyProcessorSupplier<KIn, VIn, VOut>
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIFixedKeyProcessorSupplier<KIn, VIn, VOut>ISupplier<FixedKeyProcessor<KIn, VIn, VOut>>IJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeListener.Dispose()JVMBridgeListener.AutoInitJVMBridgeListener.IsBridgeStaticJVMBridgeListener.IsBridgeCloseableJVMBridgeListener.IsBridgeListenerJVMBridgeBase<JVMBridgeListener>.IsAssignableFrom(IJavaType)JVMBridgeBase<JVMBridgeListener>.IsAssignableFrom<T>()JVMBridgeBase<JVMBridgeListener>.Execute<T>(params T[])JVMBridgeBase<JVMBridgeListener>.DynBridgeClazzJVMBridgeBase<JVMBridgeListener>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeInterfaceJVMBridgeBase.IsBridgeAbstract
Constructors
FixedKeyProcessorSupplier()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public FixedKeyProcessorSupplier()
Properties
BridgeClassName
public override string BridgeClassName { get; }
Property Value
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