Uses of Class
org.apache.blur.thrift.generated.TableDescriptor

Packages that use TableDescriptor
org.apache.blur.manager.clusterstatus   
org.apache.blur.manager.indexserver   
org.apache.blur.mapreduce.lib   
org.apache.blur.server   
org.apache.blur.server.example   
org.apache.blur.thrift   
org.apache.blur.thrift.generated   
 

Uses of TableDescriptor in org.apache.blur.manager.clusterstatus
 

Methods in org.apache.blur.manager.clusterstatus that return TableDescriptor
 TableDescriptor ZookeeperClusterStatus.getTableDescriptor(boolean useCache, String cluster, String table)
           
abstract  TableDescriptor ClusterStatus.getTableDescriptor(boolean useCache, String cluster, String table)
           
 

Methods in org.apache.blur.manager.clusterstatus with parameters of type TableDescriptor
 void ZookeeperClusterStatus.createTable(TableDescriptor tableDescriptor)
           
abstract  void ClusterStatus.createTable(TableDescriptor tableDescriptor)
           
 

Uses of TableDescriptor in org.apache.blur.manager.indexserver
 

Methods in org.apache.blur.manager.indexserver with parameters of type TableDescriptor
 void DefaultBlurIndexWarmup.warmBlurIndex(TableDescriptor table, String shard, org.apache.lucene.index.IndexReader reader, java.util.concurrent.atomic.AtomicBoolean isClosed, DistributedIndexServer.ReleaseReader releaseReader, java.util.concurrent.atomic.AtomicLong pauseWarmup)
           
abstract  void BlurIndexWarmup.warmBlurIndex(TableDescriptor table, String shard, org.apache.lucene.index.IndexReader reader, java.util.concurrent.atomic.AtomicBoolean isClosed, DistributedIndexServer.ReleaseReader releaseReader, java.util.concurrent.atomic.AtomicLong pause)
          Once the reader has be warmed up, release() must be called on the ReleaseReader even if an exception occurs.
 

Constructors in org.apache.blur.manager.indexserver with parameters of type TableDescriptor
LocalIndexServer(TableDescriptor tableDescriptor)
           
LocalIndexServer(TableDescriptor tableDescriptor, boolean ramDir)
           
 

Uses of TableDescriptor in org.apache.blur.mapreduce.lib
 

Methods in org.apache.blur.mapreduce.lib that return TableDescriptor
static TableDescriptor BlurOutputFormat.getTableDescriptor(org.apache.hadoop.conf.Configuration configuration)
           
 

Methods in org.apache.blur.mapreduce.lib with parameters of type TableDescriptor
static void BlurOutputFormat.setTableDescriptor(org.apache.hadoop.conf.Configuration configuration, TableDescriptor tableDescriptor)
          Sets the TableDescriptor for this job.
static void BlurOutputFormat.setTableDescriptor(org.apache.hadoop.mapreduce.Job job, TableDescriptor tableDescriptor)
          Sets the TableDescriptor for this job.
static void BlurOutputFormat.setupJob(org.apache.hadoop.mapreduce.Job job, TableDescriptor tableDescriptor)
          Sets up the output portion of the map reduce job.
 

Uses of TableDescriptor in org.apache.blur.server
 

Methods in org.apache.blur.server that return TableDescriptor
 TableDescriptor FilteredBlurServer.describe(String table)
           
 TableDescriptor TableContext.getDescriptor()
           
 

Methods in org.apache.blur.server with parameters of type TableDescriptor
static TableContext TableContext.create(TableDescriptor tableDescriptor)
           
 void FilteredBlurServer.createTable(TableDescriptor tableDescriptor)
           
 

Uses of TableDescriptor in org.apache.blur.server.example
 

Methods in org.apache.blur.server.example with parameters of type TableDescriptor
 void DisableTableAdminServer.createTable(TableDescriptor tableDescriptor)
           
 

Uses of TableDescriptor in org.apache.blur.thrift
 

Methods in org.apache.blur.thrift that return TableDescriptor
 TableDescriptor TableAdmin.describe(String table)
           
 

Methods in org.apache.blur.thrift with parameters of type TableDescriptor
 void TableAdmin.createTable(TableDescriptor tableDescriptor)
           
 

Uses of TableDescriptor in org.apache.blur.thrift.generated
 

Fields in org.apache.blur.thrift.generated declared as TableDescriptor
 TableDescriptor Blur.describe_result.success
           
 TableDescriptor Blur.createTable_args.tableDescriptor
          the TableDescriptor.
 

Methods in org.apache.blur.thrift.generated that return TableDescriptor
 TableDescriptor TableDescriptor.deepCopy()
           
 TableDescriptor SafeClientGen.describe(String arg0)
           
 TableDescriptor Blur.Iface.describe(String table)
          Returns a table descriptor for the given table.
 TableDescriptor Blur.Client.describe(String table)
           
 TableDescriptor Blur.AsyncClient.describe_call.getResult()
           
 TableDescriptor Blur.describe_result.getSuccess()
           
 TableDescriptor Blur.createTable_args.getTableDescriptor()
          the TableDescriptor.
 TableDescriptor SafeClientGen.recv_describe()
           
 TableDescriptor Blur.Client.recv_describe()
           
 TableDescriptor TableDescriptor.setBlockCaching(boolean blockCaching)
          Should block cache be enable or disabled for this table.
 TableDescriptor TableDescriptor.setBlockCachingFileTypes(Set<String> blockCachingFileTypes)
          The files extensions that you would like to allow block cache to cache.
 TableDescriptor TableDescriptor.setCluster(String cluster)
          The cluster where this table should be created.
 TableDescriptor TableDescriptor.setDefaultMissingFieldLessIndexing(boolean defaultMissingFieldLessIndexing)
          If strict is not enabled, defines whether or not field less indexing is enabled on the newly created fields.
 TableDescriptor TableDescriptor.setDefaultMissingFieldProps(Map<String,String> defaultMissingFieldProps)
          If strict is not enabled, defines the properties to be used in the new field creation.
 TableDescriptor TableDescriptor.setDefaultMissingFieldType(String defaultMissingFieldType)
          If strict is not enabled, the default field type.
 TableDescriptor TableDescriptor.setEnabled(boolean enabled)
          Is the table enabled or not, enabled by default.
 TableDescriptor TableDescriptor.setName(String name)
          The table name.
 TableDescriptor TableDescriptor.setPreCacheCols(List<String> preCacheCols)
          This is a list of fields to prefetch into the blockcache.
 TableDescriptor TableDescriptor.setReadOnly(boolean readOnly)
          If a table is set to be readonly, that means that mutates through Thrift are NOT allowed.
 TableDescriptor TableDescriptor.setShardCount(int shardCount)
          The number of shards within the given table.
 TableDescriptor TableDescriptor.setSimilarityClass(String similarityClass)
          Sets the similarity class in Lucene.
 TableDescriptor TableDescriptor.setStrictTypes(boolean strictTypes)
          Whether strict types are enabled or not (default).
 TableDescriptor TableDescriptor.setTableProperties(Map<String,String> tableProperties)
          The table properties that can modify the default behavior of the table.
 TableDescriptor TableDescriptor.setTableUri(String tableUri)
          The location where the table should be stored this can be "file:///" for a local instance of Blur or "hdfs://" for a distributed installation of Blur.
 

Methods in org.apache.blur.thrift.generated with parameters of type TableDescriptor
 int TableDescriptor.compareTo(TableDescriptor other)
           
 void SafeClientGen.createTable(TableDescriptor arg0)
           
 void Blur.Iface.createTable(TableDescriptor tableDescriptor)
          Creates a table with the given TableDescriptor.
 void Blur.Client.createTable(TableDescriptor tableDescriptor)
           
 void Blur.AsyncIface.createTable(TableDescriptor tableDescriptor, AsyncMethodCallback<Blur.AsyncClient.createTable_call> resultHandler)
           
 void Blur.AsyncClient.createTable(TableDescriptor tableDescriptor, AsyncMethodCallback<Blur.AsyncClient.createTable_call> resultHandler)
           
 boolean TableDescriptor.equals(TableDescriptor that)
           
 void SafeClientGen.send_createTable(TableDescriptor arg0)
           
 void Blur.Client.send_createTable(TableDescriptor tableDescriptor)
           
 Blur.describe_result Blur.describe_result.setSuccess(TableDescriptor success)
           
 Blur.createTable_args Blur.createTable_args.setTableDescriptor(TableDescriptor tableDescriptor)
          the TableDescriptor.
 

Constructors in org.apache.blur.thrift.generated with parameters of type TableDescriptor
Blur.AsyncClient.createTable_call(TableDescriptor tableDescriptor, AsyncMethodCallback<Blur.AsyncClient.createTable_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.createTable_args(TableDescriptor tableDescriptor)
           
Blur.describe_result(TableDescriptor success, BlurException ex)
           
TableDescriptor(TableDescriptor other)
          Performs a deep copy on other.
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.