Uses of Interface
org.apache.accumulo.core.metadata.schema.Ample.TServer
-
Packages that use Ample.TServer Package Description org.apache.accumulo.core.logging This package exist to provide a central place in Accumulo's source code for important log messages.org.apache.accumulo.core.metadata.schema -
-
Uses of Ample.TServer in org.apache.accumulo.core.logging
Methods in org.apache.accumulo.core.logging with parameters of type Ample.TServer Modifier and Type Method Description static void
TabletLogger. assigned(KeyExtent extent, Ample.TServer server)
A decision was made to assign a tablet to a tablet server process.static void
TabletLogger. loaded(KeyExtent extent, Ample.TServer server)
static void
TabletLogger. loading(KeyExtent extent, Ample.TServer server)
A tablet server has received an assignment message from master and queued the tablet for loading.static void
TabletLogger. missassigned(KeyExtent extent, String goalState, String currentState, Ample.TServer future, Ample.TServer current, int walogs)
Called when a tablet's current assignment state does not match the goal state.static void
TabletLogger. split(KeyExtent parent, KeyExtent lowChild, KeyExtent highChild, Ample.TServer server)
-
Uses of Ample.TServer in org.apache.accumulo.core.metadata.schema
Methods in org.apache.accumulo.core.metadata.schema with parameters of type Ample.TServer Modifier and Type Method Description Ample.TabletMutator
Ample.TabletMutator. deleteLocation(Ample.TServer tserver, TabletMetadata.LocationType type)
Ample.TabletMutator
Ample.TabletMutator. putLocation(Ample.TServer tserver, TabletMetadata.LocationType type)
-