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 | 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 © 2015 The Apache Software Foundation. All rights reserved.