|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableDescriptor | |
---|---|
org.apache.blur.thrift.generated |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |