Interface Query
-
- All Known Subinterfaces:
LocalExecutableQuery<K,V>
,LocalExecutableQueryWithKey<K1,K2,V>
,QueryCall<K,V>
- All Known Implementing Classes:
BaseAsyncQueryCall
,BaseKeyedLocalStoreQuery
,DecorateQuery
,DistributedQueryCall
,EmptyQueryCall
,KeyValueCountQuery
,KeyValueGetAllQuery
,KeyValueGetQuery
,KeyValueGetRangeQuery
,LocalQueryCall
,LoggingFailureLocalExecutableQuery
,QueryRequest
,RestApiQueryCall
,SessionFetchKeyRangeQuery
,SessionFetchQuery
,TimestampedKeyValueGetAllQuery
,TimestampedKeyValueGetQuery
,TimestampedKeyValueGetRangeQuery
,TimestampedWindowFetchAllQuery
,TimestampedWindowFetchKeyRangeQuery
,TimestampedWindowFetchQuery
,TimestampedWindowFetchTimeRangeQuery
,TimestampedWindowGetAllQuery
,WindowFetchAllQuery
,WindowFetchKeyRangeQuery
,WindowFetchQuery
,WindowFetchTimeRangeQuery
,WindowGetAllQuery
public interface Query
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryParams
getParams()
String
getStoreName()
StoreOperation
getStoreOperation()
StoreType
getStoreType()
-
-
-
Method Detail
-
getParams
QueryParams getParams()
- Returns:
- the params of the query.
-
getStoreName
String getStoreName()
- Returns:
- the name of the store to query.
-
getStoreOperation
StoreOperation getStoreOperation()
- Returns:
- the query operation.
-
getStoreType
StoreType getStoreType()
- Returns:
- the type of the store to query.
-
-