Package | Description |
---|---|
org.apache.accumulo.server.master.state |
Modifier and Type | Method and Description |
---|---|
static void |
TabletStateStore.setLocation(Assignment assignment) |
Modifier and Type | Method and Description |
---|---|
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) |
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) |
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.