Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
KEY_CONTENT_TYPE |
"contentType" |
public static final String |
KEY_EMPTY |
"empty" |
public static final String |
KEY_INPUT_STREAM |
"inputStream" |
public static final String |
KEY_NAME |
"name" |
public static final String |
KEY_ORIGINAL_FILENAME |
"originalFileName" |
public static final String |
KEY_SIZE |
"size" |
public static final String |
QUALIFIED_GLOOP_NAME |
"io.toro.martini.http.MultipartFile" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_CONNECTION_TIMEOUT |
50000 |
public static final int |
DEFAULT_PACKET_REPLY_TIMEOUT |
10000 |
public static final int |
DEFAULT_PING_INTERVAL |
20 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
MIGRATE_ARGS_GLOOP_DOC |
"migrateArgs{\n copy:boolean:Do not remove the key from the local instance by setting {@code COPY}\n replace:boolean:Replace existing key on the remote instance by setting {@code REPLACE}\n keys[]:object:Migrate one or more {@code keys}:false\n password::Creates new {@link MigrateArgs} with {@code AUTH} (target authentication) enabled:false\n}" |
public static final String |
SORT_ARGS_GLOOP_DOC |
"sortArgs{\n by::Sort keys by an external list. Key names are obtained substituting the first occurrence of {@code *} with the actual value of the element in the list.\n limit:Limit the number of returned elements{\n offset:long\n count:long\n }\n get[]::Retrieve external keys during sort. {@literal GET} supports {@code #} and {@code *} wildcards\n asc:boolean:Apply numeric sort in ascending order\n alpha:boolean:Apply lexicographically sort\n}" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SCAN_ARGS_GLOOP_DOC |
"scanArgs{\n limit:long:Limit the scan by count:false\n match::Set the match filter:false\n}\n" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
DEFAULT_MAX_PERIOD |
1000L |
public static final long |
DEFAULT_PERIOD |
50L |
Copyright © 2019. All rights reserved.