Apache.Hadoop.Hbase.Thrift.Hbase.Client.get C# (CSharp) 메소드

get() 공개 메소드

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