Apache.Hadoop.Hbase.Thrift.Hbase.Client.get C# (CSharp) Method

get() public method

public get ( byte tableName, byte row, byte column ) : TCell
tableName byte
row byte
column byte
return TCell
            public TCell get(byte[] tableName, byte[] row, byte[] column)
            {
                send_get(tableName, row, column);
                return recv_get();
            }