C# Class HBaseNet.HBaseDatabase

Inheritance: IDisposable
Show file Open project: nordbergm/HBaseNet

Private Properties

Property Type Description

Public Methods

Method Description
Close ( ) : void
CreateTable ( HBaseTable table ) : void
DeleteTable ( byte tableName ) : void
DisableTable ( byte tableName ) : void
Dispose ( ) : void
EnableTable ( byte tableName ) : void
GetTables ( ) : IList
HBaseDatabase ( IHBaseConnection connection ) : System
MutateRows ( byte tableName, IList mutations, long timestamp = null ) : void

Method Details

Close() public method

public Close ( ) : void
return void

CreateTable() public method

public CreateTable ( HBaseTable table ) : void
table HBaseTable
return void

DeleteTable() public method

public DeleteTable ( byte tableName ) : void
tableName byte
return void

DisableTable() public method

public DisableTable ( byte tableName ) : void
tableName byte
return void

Dispose() public method

public Dispose ( ) : void
return void

EnableTable() public method

public EnableTable ( byte tableName ) : void
tableName byte
return void

GetTables() public method

public GetTables ( ) : IList
return IList

HBaseDatabase() public method

public HBaseDatabase ( IHBaseConnection connection ) : System
connection IHBaseConnection
return System

MutateRows() public method

public MutateRows ( byte tableName, IList mutations, long timestamp = null ) : void
tableName byte
mutations IList
timestamp long
return void