Hypertable client interface.
- Source:
Example
var hypertable = require('hypertable');
Classes
- AccessGroupOptions
- AccessGroupSpec
- Cell
- CellInterval
- ColumnFamilyOptions
- ColumnFamilySpec
- Key
- RowInterval
- Schema
- SerializedCellsReader
- SerializedCellsWriter
- ThriftClient
Members
(static, readonly) SerializedCellsFlag :number
Enum for SerializedCells constants
Type:
- number
Properties:
Name | Type | Description |
---|---|---|
EOB |
number | |
EOS |
number | |
FLUSH |
number | |
REV_IS_TS |
number | |
AUTO_TIMESTAMP |
number | |
HAVE_TIMESTAMP |
number | |
HAVE_REVISION |
number |
- Source:
(static) SerializedCellsVersion
SerializedCells version
- Source: