Table of Contents

Class StateQueryRequest<R>

Namespace
Org.Apache.Kafka.Streams.Query
Assembly
MASES.KNet.dll
public class StateQueryRequest<R> : JVMBridgeBase<StateQueryRequest<R>>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

R
Inheritance
StateQueryRequest<R>
Implements
Inherited Members

Constructors

StateQueryRequest()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public StateQueryRequest()

StateQueryRequest(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 StateQueryRequest(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Partitions

public Set<Integer> Partitions { get; }

Property Value

Set<Integer>

PositionBound

public PositionBound PositionBound { get; }

Property Value

PositionBound

Query

public Query<R> Query { get; }

Property Value

Query<R>

StoreName

public String StoreName { get; }

Property Value

String

Methods

EnableExecutionInfo()

public StateQueryRequest<R> EnableExecutionInfo()

Returns

StateQueryRequest<R>

StateQueryRequest

ExecutionInfoEnabled()

public bool ExecutionInfoEnabled()

Returns

bool

bool

InStoreMethod(String)

public static StateQueryRequest.InStore InStoreMethod(String arg0)

Parameters

arg0 String

String

Returns

StateQueryRequest.InStore

StateQueryRequest.InStore

IsAllPartitions()

public bool IsAllPartitions()

Returns

bool

bool

IsRequireActive()

public bool IsRequireActive()

Returns

bool

bool

RequireActive()

public StateQueryRequest<R> RequireActive()

Returns

StateQueryRequest<R>

StateQueryRequest

WithAllPartitions()

public StateQueryRequest<R> WithAllPartitions()

Returns

StateQueryRequest<R>

StateQueryRequest

WithPartitions(Set<Integer>)

public StateQueryRequest<R> WithPartitions(Set<Integer> arg0)

Parameters

arg0 Set<Integer>

Set

Returns

StateQueryRequest<R>

StateQueryRequest

WithPositionBound(PositionBound)

public StateQueryRequest<R> WithPositionBound(PositionBound arg0)

Parameters

arg0 PositionBound

PositionBound

Returns

StateQueryRequest<R>

StateQueryRequest

Operators

implicit operator StateQueryRequest(StateQueryRequest<R>)

public static implicit operator StateQueryRequest(StateQueryRequest<R> t)

Parameters

t StateQueryRequest<R>

Returns

StateQueryRequest