Uses of Class
io.streamthoughts.azkarra.api.query.StoreType
-
Packages that use StoreType Package Description io.streamthoughts.azkarra.api.query io.streamthoughts.azkarra.api.query.internal -
-
Uses of StoreType in io.streamthoughts.azkarra.api.query
Methods in io.streamthoughts.azkarra.api.query that return StoreType Modifier and Type Method Description StoreType
LocalStoreQuery. storeType()
The storeName type on which this query can be executed.StoreType
QueryInfo. type()
static StoreType
StoreType. valueOf(String name)
Returns the enum constant of this type with the specified name.static StoreType[]
StoreType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.streamthoughts.azkarra.api.query that return types with arguments of type StoreType Modifier and Type Method Description static Optional<StoreType>
StoreType. parse(String storeType)
Constructors in io.streamthoughts.azkarra.api.query with parameters of type StoreType Constructor Description QueryInfo(String storeName, StoreType storeType, StoreOperation storeOperation, QueryParams parameters)
Creates a newQueryInfo
instance. -
Uses of StoreType in io.streamthoughts.azkarra.api.query.internal
Methods in io.streamthoughts.azkarra.api.query.internal that return StoreType Modifier and Type Method Description StoreType
KeyValueCountQuery. storeType()
The storeName type on which this query can be executed.StoreType
KeyValueGetAllQuery. storeType()
The storeName type on which this query can be executed.StoreType
KeyValueGetQuery. storeType()
The storeName type on which this query can be executed.StoreType
KeyValueGetRangeQuery. storeType()
The storeName type on which this query can be executed.StoreType
SessionFetchKeyRangeQuery. storeType()
The storeName type on which this query can be executed.StoreType
SessionFetchQuery. storeType()
The storeName type on which this query can be executed.StoreType
WindowFetchAllQuery. storeType()
The storeName type on which this query can be executed.StoreType
WindowFetchKeyRangeQuery. storeType()
The storeName type on which this query can be executed.StoreType
WindowFetchQuery. storeType()
The storeName type on which this query can be executed.StoreType
WindowFetchTimeRangeQuery. storeType()
The storeName type on which this query can be executed.StoreType
WindowGetAllQuery. storeType()
The storeName type on which this query can be executed.
-