| Modifier and Type | Class and Description |
|---|---|
class |
ColumnFamily
A set of columns within a table which share a common configuration.
|
static class |
ColumnFamily.Builder
A set of columns within a table which share a common configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnFamilyOrBuilder |
ModifyColumnFamiliesRequest.ModificationOrBuilder.getCreateOrBuilder()
Create a new column family with the specified schema, or fail if
one already exists with the given ID.
|
ColumnFamilyOrBuilder |
ModifyColumnFamiliesRequest.Modification.getCreateOrBuilder()
Create a new column family with the specified schema, or fail if
one already exists with the given ID.
|
ColumnFamilyOrBuilder |
ModifyColumnFamiliesRequest.Modification.Builder.getCreateOrBuilder()
Create a new column family with the specified schema, or fail if
one already exists with the given ID.
|
ColumnFamilyOrBuilder |
ModifyColumnFamiliesRequest.ModificationOrBuilder.getUpdateOrBuilder()
Update an existing column family to the specified schema, or fail
if no column family exists with the given ID.
|
ColumnFamilyOrBuilder |
ModifyColumnFamiliesRequest.Modification.getUpdateOrBuilder()
Update an existing column family to the specified schema, or fail
if no column family exists with the given ID.
|
ColumnFamilyOrBuilder |
ModifyColumnFamiliesRequest.Modification.Builder.getUpdateOrBuilder()
Update an existing column family to the specified schema, or fail
if no column family exists with the given ID.
|
Copyright © 2018 Google LLC. All rights reserved.