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

Packages that use Schema
org.apache.blur.server   
org.apache.blur.thrift   
org.apache.blur.thrift.generated   
 

Uses of Schema in org.apache.blur.server
 

Methods in org.apache.blur.server that return Schema
 Schema FilteredBlurServer.schema(String table)
           
 

Uses of Schema in org.apache.blur.thrift
 

Methods in org.apache.blur.thrift that return Schema
static Schema BlurControllerServer.merge(Schema result, Schema schema)
           
 Schema TableAdmin.schema(String table)
           
 Schema BlurShardServer.schema(String table)
           
 

Methods in org.apache.blur.thrift with parameters of type Schema
static Schema BlurControllerServer.merge(Schema result, Schema schema)
           
 

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

Fields in org.apache.blur.thrift.generated declared as Schema
 Schema Blur.schema_result.success
           
 

Methods in org.apache.blur.thrift.generated that return Schema
 Schema Schema.deepCopy()
           
 Schema Blur.AsyncClient.schema_call.getResult()
           
 Schema Blur.schema_result.getSuccess()
           
 Schema SafeClientGen.recv_schema()
           
 Schema Blur.Client.recv_schema()
           
 Schema SafeClientGen.schema(String arg0)
           
 Schema Blur.Iface.schema(String table)
          Gets the schema for a given table.
 Schema Blur.Client.schema(String table)
           
 Schema Schema.setFamilies(Map<String,Map<String,ColumnDefinition>> families)
          Families and the column definitions within them.
 Schema Schema.setTable(String table)
          The table name.
 

Methods in org.apache.blur.thrift.generated with parameters of type Schema
 int Schema.compareTo(Schema other)
           
 boolean Schema.equals(Schema that)
           
 Blur.schema_result Blur.schema_result.setSuccess(Schema success)
           
 

Constructors in org.apache.blur.thrift.generated with parameters of type Schema
Blur.schema_result(Schema success, BlurException ex)
           
Schema(Schema other)
          Performs a deep copy on other.
 



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