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

mutateRow() 공개 메소드

public mutateRow ( byte tableName, byte row, List mutations ) : void
tableName byte
row byte
mutations List
리턴 void
            public void mutateRow(byte[] tableName, byte[] row, List<Mutation> mutations)
            {
                send_mutateRow(tableName, row, mutations);
                recv_mutateRow();
            }
Hbase.Client