程序包 | 说明 |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
Table of Contents
Overview
Example API Usage
Overview
To administer HBase, create and drop tables, list and alter tables,
use
Admin . |
限定符和类型 | 方法和说明 |
---|---|
static IsolationLevel |
IsolationLevel.fromByte(byte vbyte) |
static IsolationLevel |
IsolationLevel.fromBytes(byte[] bytes) |
IsolationLevel |
Query.getIsolationLevel() |
static IsolationLevel |
IsolationLevel.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static IsolationLevel[] |
IsolationLevel.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
Query |
Query.setIsolationLevel(IsolationLevel level)
Set the isolation level for this query.
|
Scan |
Scan.setIsolationLevel(IsolationLevel level) |
Get |
Get.setIsolationLevel(IsolationLevel level) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.