com.bigdata.service
Class AbstractScaleOutClient<T>

java.lang.Object
  extended by com.bigdata.service.AbstractClient<T>
      extended by com.bigdata.service.AbstractScaleOutClient<T>
Type Parameters:
T - The generic type of the client or service.
All Implemented Interfaces:
IBigdataClient<T>
Direct Known Subclasses:
EmbeddedClient, JiniClient

public abstract class AbstractScaleOutClient<T>
extends AbstractClient<T>

Client class for AbstractScaleOutFederations.

Version:
$Id: AbstractScaleOutClient.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Nested Class Summary
static class AbstractScaleOutClient.MetadataIndexCachePolicy
          Policy options for caching PartitionLocators for an IMetadataIndex.
static interface AbstractScaleOutClient.Options
          Options understood by the AbstractScaleOutClient.
 
Field Summary
 
Fields inherited from class com.bigdata.service.AbstractClient
log
 
Constructor Summary
AbstractScaleOutClient(Properties properties)
           
 
Method Summary
 
Methods inherited from class com.bigdata.service.AbstractClient
finalize, getBatchApiOnly, getCollectPlatformStatistics, getCollectQueueStatistics, getDefaultRangeQueryCapacity, getDelegate, getHttpdPort, getIndexCacheCapacity, getIndexCacheTimeout, getLocatorCacheCapacity, getLocatorCacheTimeout, getMaxParallelTasksPerRequest, getMaxStaleLocatorRetries, getProperties, getTaskTimeout, getThreadPoolSize, setDelegate
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.bigdata.service.IBigdataClient
connect, disconnect, getFederation, isConnected
 

Constructor Detail

AbstractScaleOutClient

public AbstractScaleOutClient(Properties properties)
Parameters:
properties -


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