|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DistributedStoreException | |
|---|---|
| org.apache.accumulo.server.master.state | |
| Uses of DistributedStoreException in org.apache.accumulo.server.master.state |
|---|
| Methods in org.apache.accumulo.server.master.state that throw DistributedStoreException | |
|---|---|
byte[] |
ZooStore.get(String path)
|
byte[] |
DistributedStore.get(String path)
|
List<String> |
ZooStore.getChildren(String path)
|
List<String> |
DistributedStore.getChildren(String path)
|
void |
ZooStore.put(String path,
byte[] bs)
|
void |
DistributedStore.put(String path,
byte[] bs)
|
void |
ZooStore.remove(String path)
|
void |
DistributedStore.remove(String path)
|
abstract void |
TabletStateStore.setFutureLocations(Collection<Assignment> assignments)
Store the assigned locations in the data store. |
void |
ZooTabletStateStore.setFutureLocations(Collection<Assignment> assignments)
|
void |
MetaDataStateStore.setFutureLocations(Collection<Assignment> assignments)
|
static void |
TabletStateStore.setLocation(Assignment assignment)
|
abstract void |
TabletStateStore.setLocations(Collection<Assignment> assignments)
Tablet servers will update the data store with the location when they bring the tablet online |
void |
ZooTabletStateStore.setLocations(Collection<Assignment> assignments)
|
void |
MetaDataStateStore.setLocations(Collection<Assignment> assignments)
|
abstract void |
TabletStateStore.unassign(Collection<TabletLocationState> tablets)
Mark the tablets as having no known or future location. |
void |
ZooTabletStateStore.unassign(Collection<TabletLocationState> tablets)
|
void |
MetaDataStateStore.unassign(Collection<TabletLocationState> tablets)
|
static void |
TabletStateStore.unassign(TabletLocationState tls)
|
| Constructors in org.apache.accumulo.server.master.state that throw DistributedStoreException | |
|---|---|
ZooTabletStateStore()
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||