com.bigdata.service.jini
Interface JiniClient.Options

All Superinterfaces:
AbstractScaleOutClient.Options, IBigdataClient.Options
Enclosing class:
JiniClient<T>

public static interface JiniClient.Options
extends AbstractScaleOutClient.Options

Options understood by the JiniClient.

Author:
Bryan Thompson

Field Summary
static String CACHE_MISS_TIMEOUT
          The timeout in milliseconds that the client will await the discovery of a service if there is a cache miss (default "2000").
static String DEFAULT_CACHE_MISS_TIMEOUT
           
 
Fields inherited from interface com.bigdata.service.AbstractScaleOutClient.Options
DEFAULT_METADATA_INDEX_CACHE_POLICY, METADATA_INDEX_CACHE_POLICY
 
Fields inherited from interface com.bigdata.service.IBigdataClient.Options
CLIENT_BATCH_API_ONLY, CLIENT_INDEX_CACHE_CAPACITY, CLIENT_INDEX_CACHE_TIMEOUT, CLIENT_LOCATOR_CACHE_CAPACITY, CLIENT_LOCATOR_CACHE_TIMEOUT, CLIENT_MAX_PARALLEL_TASKS_PER_REQUEST, CLIENT_MAX_STALE_LOCATOR_RETRIES, CLIENT_RANGE_QUERY_CAPACITY, CLIENT_READ_CONSISTENT, CLIENT_TASK_TIMEOUT, CLIENT_THREAD_POOL_SIZE, COLLECT_PLATFORM_STATISTICS, COLLECT_QUEUE_STATISTICS, DEFAULT_CLIENT_BATCH_API_ONLY, DEFAULT_CLIENT_INDEX_CACHE_CAPACITY, DEFAULT_CLIENT_INDEX_CACHE_TIMEOUT, DEFAULT_CLIENT_LOCATOR_CACHE_CAPACITY, DEFAULT_CLIENT_LOCATOR_CACHE_TIMEOUT, DEFAULT_CLIENT_MAX_PARALLEL_TASKS_PER_REQUEST, DEFAULT_CLIENT_MAX_STALE_LOCATOR_RETRIES, DEFAULT_CLIENT_RANGE_QUERY_CAPACITY, DEFAULT_CLIENT_READ_CONSISTENT, DEFAULT_CLIENT_TASK_TIMEOUT, DEFAULT_CLIENT_THREAD_POOL_SIZE, DEFAULT_COLLECT_PLATFORM_STATISTICS, DEFAULT_COLLECT_QUEUE_STATISTICS, DEFAULT_GANGLIA_LISTEN, DEFAULT_GANGLIA_LISTEN_GROUP, DEFAULT_GANGLIA_LISTEN_PORT, DEFAULT_GANGLIA_REPORT, DEFAULT_GANGLIA_SERVERS, DEFAULT_HTTPD_PORT, DEFAULT_REPORT_ALL, DEFAULT_REPORT_DELAY, GANGLIA_LISTEN, GANGLIA_LISTEN_GROUP, GANGLIA_LISTEN_PORT, GANGLIA_REPORT, GANGLIA_SERVERS, HTTPD_PORT, REPORT_ALL, REPORT_DELAY
 

Field Detail

CACHE_MISS_TIMEOUT

static final String CACHE_MISS_TIMEOUT
The timeout in milliseconds that the client will await the discovery of a service if there is a cache miss (default "2000").

See Also:
DataServicesClient, Constant Field Values

DEFAULT_CACHE_MISS_TIMEOUT

static final String DEFAULT_CACHE_MISS_TIMEOUT
See Also:
Constant Field Values


Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.