public class DemoClient extends Object
Modifier and Type | Field and Description |
---|---|
(package private) CharsetDecoder |
decoder |
protected static String |
host |
protected static int |
port |
private static boolean |
secure |
private static String |
serverPrincipal |
Constructor and Description |
---|
DemoClient() |
Modifier and Type | Method and Description |
---|---|
private byte[] |
bytes(String s) |
(package private) static Subject |
getSubject() |
private static boolean |
isBoolean(String s) |
static void |
main(String[] args) |
private void |
printRow(List<org.apache.hadoop.hbase.thrift.generated.TRowResult> rows) |
private void |
printRow(org.apache.hadoop.hbase.thrift.generated.TRowResult rowResult) |
private void |
printVersions(ByteBuffer row,
List<org.apache.hadoop.hbase.thrift.generated.TCell> versions) |
private void |
run() |
private String |
utf8(byte[] buf) |
protected static int port
protected static String host
CharsetDecoder decoder
private static boolean secure
private static String serverPrincipal
private static boolean isBoolean(String s)
private String utf8(byte[] buf)
private byte[] bytes(String s)
private void printVersions(ByteBuffer row, List<org.apache.hadoop.hbase.thrift.generated.TCell> versions)
private void printRow(org.apache.hadoop.hbase.thrift.generated.TRowResult rowResult)
private void printRow(List<org.apache.hadoop.hbase.thrift.generated.TRowResult> rows)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.