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 StoreOperationQueryInfo. operation()StoreOperationLocalStoreQuery. operationType()The operation type supported by this query.static StoreOperationStoreOperation. 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 newQueryInfoinstance. -
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 StoreOperationKeyValueCountQuery. operationType()The operation type supported by this query.StoreOperationKeyValueGetAllQuery. operationType()The operation type supported by this query.StoreOperationKeyValueGetQuery. operationType()The operation type supported by this query.StoreOperationKeyValueGetRangeQuery. operationType()The operation type supported by this query.StoreOperationSessionFetchKeyRangeQuery. operationType()The operation type supported by this query.StoreOperationSessionFetchQuery. operationType()The operation type supported by this query.StoreOperationTimestampedKeyValueGetAllQuery. operationType()The operation type supported by this query.StoreOperationTimestampedKeyValueGetQuery. operationType()The operation type supported by this query.StoreOperationTimestampedKeyValueGetRangeQuery. operationType()The operation type supported by this query.StoreOperationTimestampedWindowFetchAllQuery. operationType()The operation type supported by this query.StoreOperationTimestampedWindowFetchKeyRangeQuery. operationType()The operation type supported by this query.StoreOperationTimestampedWindowFetchQuery. operationType()The operation type supported by this query.StoreOperationTimestampedWindowFetchTimeRangeQuery. operationType()The operation type supported by this query.StoreOperationTimestampedWindowGetAllQuery. operationType()The operation type supported by this query.StoreOperationWindowFetchAllQuery. operationType()The operation type supported by this query.StoreOperationWindowFetchKeyRangeQuery. operationType()The operation type supported by this query.StoreOperationWindowFetchQuery. operationType()The operation type supported by this query.StoreOperationWindowFetchTimeRangeQuery. operationType()The operation type supported by this query.StoreOperationWindowGetAllQuery. 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 QueryKeyValueQueryBuilder. operation(StoreOperation operation)QueryQueryOperationBuilder. operation(StoreOperation operation)QuerySessionQueryBuilder. operation(StoreOperation operation)QueryWindowQueryBuilder. operation(StoreOperation operation)
-