@InterfaceAudience.Public @InterfaceStability.Evolving public class BigLinkedListCommon extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | COLUMN_CLIENTidentifier of the mapred task that generated this row. | 
| static int | COLUMN_CLIENT_IDX | 
| static String | COLUMN_KEY_ONERow key, two times 8 bytes. | 
| static int | COLUMN_KEY_ONE_IDX | 
| static String | COLUMN_KEY_TWO | 
| static int | COLUMN_KEY_TWO_IDX | 
| static String | COLUMN_PREV_ONELink to the id of the prev node in the linked list, two times 8 bytes. | 
| static int | COLUMN_PREV_ONE_IDX | 
| static String | COLUMN_PREV_TWO | 
| static int | COLUMN_PREV_TWO_IDX | 
| static String | COLUMN_ROW_IDthe id of the row within the same client. | 
| static int | COLUMN_ROW_ID_IDX | 
| static String | COLUMN_UPDATE_COUNTThe number of times this row was updated. | 
| static int | COLUMN_UPDATE_COUNT_IDX | 
| static String | DEFAULT_HEADS_TABLE_NAME | 
| static String | DEFAULT_TABLE_NAME | 
| static String | HEADS_TABLE_NAME_KEY | 
| static String | TABLE_NAME_KEY | 
| Modifier and Type | Method and Description | 
|---|---|
| static CreateTableOptions | getCreateTableOptions(Schema schema,
                     int numReplicas,
                     int rangePartitions,
                     int hashPartitions) | 
| static Schema | getHeadsTableSchema() | 
| static Schema | getTableSchema() | 
public static final String TABLE_NAME_KEY
public static final String DEFAULT_TABLE_NAME
public static final String HEADS_TABLE_NAME_KEY
public static final String DEFAULT_HEADS_TABLE_NAME
public static final String COLUMN_KEY_ONE
public static final int COLUMN_KEY_ONE_IDX
public static final String COLUMN_KEY_TWO
public static final int COLUMN_KEY_TWO_IDX
public static final String COLUMN_PREV_ONE
public static final int COLUMN_PREV_ONE_IDX
public static final String COLUMN_PREV_TWO
public static final int COLUMN_PREV_TWO_IDX
public static final String COLUMN_ROW_ID
public static final int COLUMN_ROW_ID_IDX
public static final String COLUMN_CLIENT
public static final int COLUMN_CLIENT_IDX
public static final String COLUMN_UPDATE_COUNT
public static final int COLUMN_UPDATE_COUNT_IDX
public static Schema getTableSchema()
public static Schema getHeadsTableSchema()
public static CreateTableOptions getCreateTableOptions(Schema schema, int numReplicas, int rangePartitions, int hashPartitions)
Copyright © 2018 The Apache Software Foundation. All rights reserved.