|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Constants
Constants used in jclouds services.
Field Summary | |
---|---|
static String |
LOGGER_HTTP_HEADERS
Name of the logger that records all http headers from the client and the server. |
static String |
LOGGER_HTTP_WIRE
Name of the logger that records the content sent to and from the server. |
static String |
LOGGER_SIGNATURE
Name of the logger that records the steps of the request signing process of the HTTP_service. |
static String |
PROPERTY_API
String property. |
static String |
PROPERTY_API_VERSION
String property. |
static String |
PROPERTY_CONNECTION_TIMEOUT
Long property. |
static String |
PROPERTY_CREDENTIAL
String property. |
static String |
PROPERTY_ENDPOINT
String property. |
static String |
PROPERTY_IDENTITY
String property. |
static String |
PROPERTY_IO_WORKER_THREADS
Integer property. |
static String |
PROPERTY_ISO3166_CODES
String property. |
static String |
PROPERTY_MAX_CONNECTION_REUSE
Integer property. |
static String |
PROPERTY_MAX_CONNECTIONS_PER_CONTEXT
Integer property. |
static String |
PROPERTY_MAX_CONNECTIONS_PER_HOST
Integer property. |
static String |
PROPERTY_MAX_REDIRECTS
Integer property. |
static String |
PROPERTY_MAX_RETRIES
Integer property. |
static String |
PROPERTY_MAX_SESSION_FAILURES
Integer property. |
static String |
PROPERTY_PROVIDER
String property. |
static String |
PROPERTY_PROXY_HOST
String property. |
static String |
PROPERTY_PROXY_PASSWORD
String property. |
static String |
PROPERTY_PROXY_PORT
Integer property. |
static String |
PROPERTY_PROXY_SYSTEM
Boolean property. |
static String |
PROPERTY_PROXY_USER
String property. |
static String |
PROPERTY_RELAX_HOSTNAME
Boolean property. |
static String |
PROPERTY_REQUEST_TIMEOUT
Long property. |
static String |
PROPERTY_RETRY_DELAY_START
Long property. |
static String |
PROPERTY_SESSION_INTERVAL
Long property. |
static String |
PROPERTY_SO_TIMEOUT
int property. |
static String |
PROPERTY_TIMEOUTS_PREFIX
Long properties Overrides timeouts on sync interfaces. |
static String |
PROPERTY_TRUST_ALL_CERTS
Boolean property. |
static String |
PROPERTY_USER_THREADS
Integer property. |
Field Detail |
---|
static final String PROPERTY_USER_THREADS
Amount of threads servicing the user requests and transformations
static final String PROPERTY_IO_WORKER_THREADS
Amount of threads servicing the I/O of http connections.
static final String PROPERTY_MAX_CONNECTIONS_PER_CONTEXT
Limits the amount of connections per context.
static final String PROPERTY_MAX_CONNECTIONS_PER_HOST
Limits the amount of connections per host. 0 means indirectly limited by
PROPERTY_MAX_CONNECTIONS_PER_CONTEXT
.
static final String PROPERTY_MAX_SESSION_FAILURES
Maximum amount of http session failures before a pool is disabled.
static final String PROPERTY_MAX_CONNECTION_REUSE
Maximum amount of times to re_use an http connection. Services like Amazon S3 throw errors if connections are reused too many times.
static final String PROPERTY_SO_TIMEOUT
How many milliseconds to wait before a socket connection times out. 0 means infinity.
static final String PROPERTY_CONNECTION_TIMEOUT
How many milliseconds to wait before a connection times out. 0 means infinity.
static final String PROPERTY_SESSION_INTERVAL
How many seconds to wait before creating a new session
static final String PROPERTY_PROXY_SYSTEM
Whether or not to use the proxy setup from the underlying operating system.
static final String PROPERTY_PROXY_HOST
Explicitly sets the host name of a HTTP proxy server.
static final String PROPERTY_PROXY_PORT
Explicitly sets the port number of a HTTP proxy server.
static final String PROPERTY_PROXY_USER
Explicitly sets the user name credential for proxy authentication.
static final String PROPERTY_PROXY_PASSWORD
Explicitly sets the password credential for proxy authentication.
static final String PROPERTY_MAX_RETRIES
Commands are retried, if the problem on the server side was a resolvable conflict. However, the maximum tries of a single command is bounded.
static final String PROPERTY_RETRY_DELAY_START
Commands are retried, if the problem on the server side was a resolvable conflict. However,
the maximum tries of a single command is bounded. If PROPERTY_MAX_RETRIES
is greater
than zero, this property is used to determine the start delay. The delay is based on exponential
backoff algorithm. Default value for this property is 50 milliseconds.
static final String PROPERTY_MAX_REDIRECTS
Commands are limited to only a certain amount of redirects.
static final String PROPERTY_REQUEST_TIMEOUT
longest time a single request can take before throwing an exception.
static final String PROPERTY_RELAX_HOSTNAME
allow mismatch between hostname and ssl cerificate. Set to true in DNS_based services like Amazon S3.
static final String PROPERTY_TRUST_ALL_CERTS
trust self-signed certs
static final String LOGGER_HTTP_HEADERS
static final String LOGGER_HTTP_WIRE
static final String LOGGER_SIGNATURE
static final String PROPERTY_PROVIDER
Explicitly identifies a provider of an api
static final String PROPERTY_API
Explicitly identifies the name of a product that a provider may run
static final String PROPERTY_API_VERSION
Explicitly identifies the version of an api.
static final String PROPERTY_ENDPOINT
Explicitly identifies the most top-level endpoint to a service provider. This helps differentiate two providers of the same api, or a different environments providing the same api.
static final String PROPERTY_IDENTITY
Explicitly sets the login identity into a provider
static final String PROPERTY_ISO3166_CODES
comma-delimited iso 3166 codes; ex. US-CA,US
Location.getIso3166Codes()
,
Constant Field Valuesstatic final String PROPERTY_CREDENTIAL
Explicitly sets the secret, which when combined with the identity, will create an authenticated subject or session
static final String PROPERTY_TIMEOUTS_PREFIX
Overrides timeouts on sync interfaces. Timeout value is in ms. Here's an example of an override for a single method:
#10 seconds
jclouds.timeouts.S3Client.bucketExists=10000
Or for all methods:
jclouds.timeouts.GridServerClient = 350000
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |