Package | Description |
---|---|
org.apache.hadoop.hbase.protobuf.generated |
Modifier and Type | Class and Description |
---|---|
static class |
CellProtos.Cell
Protobuf type
Cell |
static class |
CellProtos.Cell.Builder
Protobuf type
Cell |
Modifier and Type | Method and Description |
---|---|
CellProtos.CellOrBuilder |
ClientProtos.ResultOrBuilder.getCellOrBuilder(int index)
repeated .Cell cell = 1; |
CellProtos.CellOrBuilder |
ClientProtos.Result.getCellOrBuilder(int index)
repeated .Cell cell = 1; |
CellProtos.CellOrBuilder |
ClientProtos.Result.Builder.getCellOrBuilder(int index)
repeated .Cell cell = 1; |
Modifier and Type | Method and Description |
---|---|
List<? extends CellProtos.CellOrBuilder> |
ClientProtos.ResultOrBuilder.getCellOrBuilderList()
repeated .Cell cell = 1; |
List<? extends CellProtos.CellOrBuilder> |
ClientProtos.Result.getCellOrBuilderList()
repeated .Cell cell = 1; |
List<? extends CellProtos.CellOrBuilder> |
ClientProtos.Result.Builder.getCellOrBuilderList()
repeated .Cell cell = 1; |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.