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 String
DEFAULT_GROUP
protected static int
DEFAULT_LIMIT
protected static long
DEFAULT_REWIND
protected static String
DEFAULT_TIMEOUT
protected Name
fromGroup
protected Name
group
protected int
limit
protected long
offset
protected static String
PARAM_FROM_GROUP
protected static String
PARAM_FROM_OFFSET
protected static String
PARAM_GROUP
protected static String
PARAM_LIMIT
protected static String
PARAM_PARTITION
protected static String
PARAM_REWIND
protected static String
PARAM_STREAM
protected static String
PARAM_TIMEOUT
protected int
partition
protected long
rewind
protected Name
stream
protected long
timeout
-
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 int
getInt(String param, String value, int defaultValue)
protected long
getLong(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
-
-