Class QueryOptionsRequest
- java.lang.Object
-
- io.streamthoughts.azkarra.http.data.QueryOptionsRequest
-
public class QueryOptionsRequest extends Object
Class which is used for serializing and de-serializing state store query options.
-
-
Constructor Summary
Constructors Constructor Description QueryOptionsRequest(Integer retries, Long retryBackoff, Long queryTimeout, Boolean remoteAccessAllowed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getQueryTimeout()
Integer
getRetries()
Long
getRetryBackoff()
Boolean
isRemoteAccessAllowed()
-