Uses of Class
io.streamthoughts.azkarra.api.query.StoreOperation
-
Packages that use StoreOperation Package Description io.streamthoughts.azkarra.api.query io.streamthoughts.azkarra.api.query.internal -
-
Uses of StoreOperation in io.streamthoughts.azkarra.api.query
Methods in io.streamthoughts.azkarra.api.query that return StoreOperation Modifier and Type Method Description StoreOperation
QueryInfo. operation()
StoreOperation
LocalStoreQuery. operationType()
The operation type supported by this query.static StoreOperation
StoreOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static StoreOperation[]
StoreOperation. 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 StoreOperation Modifier and Type Method Description static Optional<StoreOperation>
StoreOperation. parse(String operation)
Methods in io.streamthoughts.azkarra.api.query with parameters of type StoreOperation Modifier and Type Method Description abstract <K,V>
Query<K,V>StoreType. buildQuery(String storeName, StoreOperation operation)
Constructors in io.streamthoughts.azkarra.api.query with parameters of type StoreOperation Constructor Description QueryInfo(String storeName, StoreType storeType, StoreOperation storeOperation, QueryParams parameters)
Creates a newQueryInfo
instance. -
Uses of StoreOperation in io.streamthoughts.azkarra.api.query.internal
Methods in io.streamthoughts.azkarra.api.query.internal that return StoreOperation Modifier and Type Method Description StoreOperation
KeyValueCountQuery. operationType()
The operation type supported by this query.StoreOperation
KeyValueGetAllQuery. operationType()
The operation type supported by this query.StoreOperation
KeyValueGetQuery. operationType()
The operation type supported by this query.StoreOperation
KeyValueGetRangeQuery. operationType()
The operation type supported by this query.StoreOperation
SessionFetchKeyRangeQuery. operationType()
The operation type supported by this query.StoreOperation
SessionFetchQuery. operationType()
The operation type supported by this query.StoreOperation
TimestampedKeyValueGetAllQuery. operationType()
The operation type supported by this query.StoreOperation
TimestampedKeyValueGetQuery. operationType()
The operation type supported by this query.StoreOperation
TimestampedKeyValueGetRangeQuery. operationType()
The operation type supported by this query.StoreOperation
TimestampedWindowFetchAllQuery. operationType()
The operation type supported by this query.StoreOperation
TimestampedWindowFetchKeyRangeQuery. operationType()
The operation type supported by this query.StoreOperation
TimestampedWindowFetchQuery. operationType()
The operation type supported by this query.StoreOperation
TimestampedWindowFetchTimeRangeQuery. operationType()
The operation type supported by this query.StoreOperation
TimestampedWindowGetAllQuery. operationType()
The operation type supported by this query.StoreOperation
WindowFetchAllQuery. operationType()
The operation type supported by this query.StoreOperation
WindowFetchKeyRangeQuery. operationType()
The operation type supported by this query.StoreOperation
WindowFetchQuery. operationType()
The operation type supported by this query.StoreOperation
WindowFetchTimeRangeQuery. operationType()
The operation type supported by this query.StoreOperation
WindowGetAllQuery. operationType()
The operation type supported by this query.Methods in io.streamthoughts.azkarra.api.query.internal with parameters of type StoreOperation Modifier and Type Method Description Query
KeyValueQueryBuilder. operation(StoreOperation operation)
Query
QueryOperationBuilder. operation(StoreOperation operation)
Query
SessionQueryBuilder. operation(StoreOperation operation)
Query
WindowQueryBuilder. operation(StoreOperation operation)
-