| Package | Description |
|---|---|
| org.apache.accumulo.server.master.state |
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
ZooTabletStateStore.setFutureLocations(Collection<Assignment> assignments) |
abstract void |
TabletStateStore.setFutureLocations(Collection<Assignment> assignments)
Store the assigned locations in the data store.
|
void |
MetaDataStateStore.setFutureLocations(Collection<Assignment> assignments) |
static void |
TabletStateStore.setLocation(AccumuloServerContext context,
Assignment assignment) |
void |
ZooTabletStateStore.setLocations(Collection<Assignment> assignments) |
abstract void |
TabletStateStore.setLocations(Collection<Assignment> assignments)
Tablet servers will update the data store with the location when they bring the tablet online
|
void |
MetaDataStateStore.setLocations(Collection<Assignment> assignments) |
static void |
TabletStateStore.unassign(AccumuloServerContext context,
TabletLocationState tls) |
void |
ZooTabletStateStore.unassign(Collection<TabletLocationState> tablets) |
abstract void |
TabletStateStore.unassign(Collection<TabletLocationState> tablets)
Mark the tablets as having no known or future location.
|
void |
MetaDataStateStore.unassign(Collection<TabletLocationState> tablets) |
| Constructor and Description |
|---|
ZooTabletStateStore() |
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.