Package | Description |
---|---|
org.apache.hadoop.hbase.http.lib |
This package provides user-selectable (via configuration) classes that add
functionality to the web UI.
|
org.apache.hadoop.hbase.http |
Modifier and Type | Interface and Description |
---|---|
interface |
CellScanner
An interface for iterating through a sequence of cells.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientBackoffPolicy
Configurable policy for the amount of time a client should wait for a new request to the
server when given the server load statistics.
|
class |
ExponentialClientBackoffPolicy
Simple exponential backoff policy on for the client that uses a percent^4 times the
max backoff to generate the backoff time.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpConfig
Statics to get access to Http related configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfServlet
A servlet to print out the running configuration data.
|
Modifier and Type | Class and Description |
---|---|
static class |
LogLevel.Servlet
A servlet implementation
|
Modifier and Type | Interface and Description |
---|---|
interface |
SizedCellScanner
A CellScanner that knows its size in memory in bytes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SnapshotSentinel
Watch the current snapshot under process
|
Modifier and Type | Class and Description |
---|---|
class |
MasterSnapshotVerifier
General snapshot verification on the master.
|
class |
SnapshotManager
This class manages the procedure of taking and restoring snapshots.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StoreConfigInformation
A more restricted interface for HStore.
|
Modifier and Type | Class and Description |
---|---|
class |
FlushSnapshotSubprocedure
This online snapshot implementation uses the distributed procedure framework to force a
store flush and then records the hfiles.
|
class |
RegionServerSnapshotManager
This manager class handles the work dealing with snapshots for a
HRegionServer . |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.