Class Stores
public class Stores : JVMBridgeBase<Stores>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Stores>Stores
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Stores>.IsAssignableFrom(IJavaType)JVMBridgeBase<Stores>.IsAssignableFrom<T>()JVMBridgeBase<Stores>.Execute<T>(params T[])JVMBridgeBase<Stores>.DynBridgeClazzJVMBridgeBase<Stores>.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.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
Constructors
Stores()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Stores()
Stores(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
public Stores(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
Methods
InMemoryKeyValueStore(String)
public static KeyValueBytesStoreSupplier InMemoryKeyValueStore(String arg0)
Parameters
Returns
InMemorySessionStore(String, Duration)
public static SessionBytesStoreSupplier InMemorySessionStore(String arg0, Duration arg1)
Parameters
Returns
InMemoryWindowStore(String, Duration, Duration, bool)
public static WindowBytesStoreSupplier InMemoryWindowStore(String arg0, Duration arg1, Duration arg2, bool arg3)
Parameters
Returns
Exceptions
KeyValueStoreBuilder<K, V>(KeyValueBytesStoreSupplier, Serde<K>, Serde<V>)
public static StoreBuilder<KeyValueStore<K, V>> KeyValueStoreBuilder<K, V>(KeyValueBytesStoreSupplier arg0, Serde<K> arg1, Serde<V> arg2)
Parameters
arg0
KeyValueBytesStoreSupplierarg1
Serde<K>arg2
Serde<V>
Returns
Type Parameters
K
V
LruMap(String, int)
public static KeyValueBytesStoreSupplier LruMap(String arg0, int arg1)
Parameters
Returns
PersistentKeyValueStore(String)
public static KeyValueBytesStoreSupplier PersistentKeyValueStore(String arg0)
Parameters
Returns
PersistentSessionStore(String, Duration)
public static SessionBytesStoreSupplier PersistentSessionStore(String arg0, Duration arg1)
Parameters
Returns
PersistentTimestampedKeyValueStore(String)
public static KeyValueBytesStoreSupplier PersistentTimestampedKeyValueStore(String arg0)
Parameters
Returns
PersistentTimestampedWindowStore(String, Duration, Duration, bool)
public static WindowBytesStoreSupplier PersistentTimestampedWindowStore(String arg0, Duration arg1, Duration arg2, bool arg3)
Parameters
Returns
Exceptions
PersistentVersionedKeyValueStore(String, Duration)
public static VersionedBytesStoreSupplier PersistentVersionedKeyValueStore(String arg0, Duration arg1)
Parameters
Returns
PersistentVersionedKeyValueStore(String, Duration, Duration)
public static VersionedBytesStoreSupplier PersistentVersionedKeyValueStore(String arg0, Duration arg1, Duration arg2)
Parameters
Returns
PersistentWindowStore(String, Duration, Duration, bool)
public static WindowBytesStoreSupplier PersistentWindowStore(String arg0, Duration arg1, Duration arg2, bool arg3)
Parameters
Returns
Exceptions
SessionStoreBuilder<K, V>(SessionBytesStoreSupplier, Serde<K>, Serde<V>)
public static StoreBuilder<SessionStore<K, V>> SessionStoreBuilder<K, V>(SessionBytesStoreSupplier arg0, Serde<K> arg1, Serde<V> arg2)
Parameters
arg0
SessionBytesStoreSupplierarg1
Serde<K>arg2
Serde<V>
Returns
- StoreBuilder<SessionStore<K, V>>
Type Parameters
K
V
TimestampedKeyValueStoreBuilder<K, V>(KeyValueBytesStoreSupplier, Serde<K>, Serde<V>)
public static StoreBuilder<TimestampedKeyValueStore<K, V>> TimestampedKeyValueStoreBuilder<K, V>(KeyValueBytesStoreSupplier arg0, Serde<K> arg1, Serde<V> arg2)
Parameters
arg0
KeyValueBytesStoreSupplierarg1
Serde<K>arg2
Serde<V>
Returns
Type Parameters
K
V
TimestampedWindowStoreBuilder<K, V>(WindowBytesStoreSupplier, Serde<K>, Serde<V>)
public static StoreBuilder<TimestampedWindowStore<K, V>> TimestampedWindowStoreBuilder<K, V>(WindowBytesStoreSupplier arg0, Serde<K> arg1, Serde<V> arg2)
Parameters
arg0
WindowBytesStoreSupplierarg1
Serde<K>arg2
Serde<V>
Returns
Type Parameters
K
V
VersionedKeyValueStoreBuilder<K, V>(VersionedBytesStoreSupplier, Serde<K>, Serde<V>)
public static StoreBuilder<VersionedKeyValueStore<K, V>> VersionedKeyValueStoreBuilder<K, V>(VersionedBytesStoreSupplier arg0, Serde<K> arg1, Serde<V> arg2)
Parameters
arg0
VersionedBytesStoreSupplierarg1
Serde<K>arg2
Serde<V>
Returns
Type Parameters
K
V
WindowStoreBuilder<K, V>(WindowBytesStoreSupplier, Serde<K>, Serde<V>)
public static StoreBuilder<WindowStore<K, V>> WindowStoreBuilder<K, V>(WindowBytesStoreSupplier arg0, Serde<K> arg1, Serde<V> arg2)
Parameters
arg0
WindowBytesStoreSupplierarg1
Serde<K>arg2
Serde<V>
Returns
- StoreBuilder<WindowStore<K, V>>
Type Parameters
K
V