Package | Description |
---|---|
org.apache.hadoop.hbase.util |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEnvironmentEdge
Default implementation of an environment edge.
|
class |
IncrementingEnvironmentEdge
Uses an incrementing algorithm instead of the default.
|
class |
ManualEnvironmentEdge
An environment edge that uses a manually set value.
|
Modifier and Type | Field and Description |
---|---|
private static EnvironmentEdge |
EnvironmentEdgeManager.delegate |
Modifier and Type | Method and Description |
---|---|
static EnvironmentEdge |
EnvironmentEdgeManager.getDelegate()
Retrieves the singleton instance of the
EnvironmentEdge that is
being managed. |
Modifier and Type | Method and Description |
---|---|
static void |
EnvironmentEdgeManager.injectEdge(EnvironmentEdge edge)
Injects the given edge such that it becomes the managed entity.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.