Class StreamServlet.CatParams
- java.lang.Object
-
- org.nuxeo.ecm.restapi.server.jaxrs.management.StreamServlet.CatParams
-
- Enclosing class:
- StreamServlet
protected static class StreamServlet.CatParams extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringDEFAULT_GROUPprotected static intDEFAULT_LIMITprotected static longDEFAULT_REWINDprotected static StringDEFAULT_TIMEOUTprotected NamefromGroupprotected Namegroupprotected intlimitprotected longoffsetprotected static StringPARAM_FROM_GROUPprotected static StringPARAM_FROM_OFFSETprotected static StringPARAM_GROUPprotected static StringPARAM_LIMITprotected static StringPARAM_PARTITIONprotected static StringPARAM_REWINDprotected static StringPARAM_STREAMprotected static StringPARAM_TIMEOUTprotected intpartitionprotected longrewindprotected Namestreamprotected longtimeout
-
Constructor Summary
Constructors Constructor Description CatParams(javax.servlet.http.HttpServletRequest request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetInt(String param, String value, int defaultValue)protected longgetLong(String param, String value, long defaultValue)
-
-
-
Field Detail
-
PARAM_STREAM
protected static final String PARAM_STREAM
- See Also:
- Constant Field Values
-
PARAM_GROUP
protected static final String PARAM_GROUP
- See Also:
- Constant Field Values
-
DEFAULT_GROUP
protected static final String DEFAULT_GROUP
- See Also:
- Constant Field Values
-
PARAM_TIMEOUT
protected static final String PARAM_TIMEOUT
- See Also:
- Constant Field Values
-
DEFAULT_TIMEOUT
protected static final String DEFAULT_TIMEOUT
- See Also:
- Constant Field Values
-
PARAM_REWIND
protected static final String PARAM_REWIND
- See Also:
- Constant Field Values
-
DEFAULT_REWIND
protected static final long DEFAULT_REWIND
- See Also:
- Constant Field Values
-
PARAM_LIMIT
protected static final String PARAM_LIMIT
- See Also:
- Constant Field Values
-
DEFAULT_LIMIT
protected static final int DEFAULT_LIMIT
- See Also:
- Constant Field Values
-
PARAM_PARTITION
protected static final String PARAM_PARTITION
- See Also:
- Constant Field Values
-
PARAM_FROM_OFFSET
protected static final String PARAM_FROM_OFFSET
- See Also:
- Constant Field Values
-
PARAM_FROM_GROUP
protected static final String PARAM_FROM_GROUP
- See Also:
- Constant Field Values
-
limit
protected final int limit
-
stream
protected final Name stream
-
timeout
protected final long timeout
-
rewind
protected final long rewind
-
group
protected final Name group
-
fromGroup
protected final Name fromGroup
-
partition
protected final int partition
-
offset
protected final long offset
-
-