| Package | Description | 
|---|---|
| org.apache.kudu | |
| org.apache.kudu.client | |
| org.apache.kudu.mapreduce.tools | 
| Modifier and Type | Method and Description | 
|---|---|
| Schema | Schema. getRowKeyProjection()Get a schema that only contains the columns which are part of the key | 
| Modifier and Type | Method and Description | 
|---|---|
| Schema | RowResult. getColumnProjection()Get the schema used for this scanner's column projection. | 
| Schema | KuduScanner. getProjectionSchema()Returns the projection schema of this scanner. | 
| Schema | AsyncKuduScanner. getProjectionSchema()Returns the projection schema of this scanner. | 
| Schema | RowResult. getSchema()Get the schema associated with this result. | 
| Schema | KuduTable. getSchema()Get this table's schema, as of the moment this instance was created. | 
| Modifier and Type | Method and Description | 
|---|---|
| KuduTable | KuduClient. createTable(String name,
           Schema schema,
           CreateTableOptions builder)Create a table on the cluster with the specified name, schema, and table configurations. | 
| com.stumbleupon.async.Deferred<KuduTable> | AsyncKuduClient. createTable(String name,
           Schema schema,
           CreateTableOptions builder)Create a table on the cluster with the specified name, schema, and table configurations. | 
| static List<KuduPredicate> | KuduPredicate. deserialize(Schema schema,
           byte[] bytes)Serializes a list of  KuduPredicateinto a byte array. | 
| static KuduPredicate | KuduPredicate. fromPB(Schema schema,
      org.apache.kudu.Common.ColumnPredicatePB pb)Convert a column predicate protobuf message into a predicate. | 
| Constructor and Description | 
|---|
| PartialRow(Schema schema)This is not a stable API, prefer using  newPartialRow()to create a new partial row. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Schema | BigLinkedListCommon. getHeadsTableSchema() | 
| static Schema | BigLinkedListCommon. getTableSchema() | 
| Modifier and Type | Method and Description | 
|---|---|
| static CreateTableOptions | BigLinkedListCommon. getCreateTableOptions(Schema schema,
                     int numReplicas,
                     int rangePartitions,
                     int hashPartitions) | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.