Class AmpleImpl
- java.lang.Object
-
- org.apache.accumulo.core.metadata.schema.AmpleImpl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.accumulo.core.metadata.schema.Ample
Ample.DataLevel, Ample.FileMeta, Ample.TabletMutator, Ample.TabletsMutator, Ample.TServer
-
-
Constructor Summary
Constructors Constructor Description AmpleImpl(AccumuloClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TabletMetadata
readTablet(KeyExtent extent, TabletMetadata.ColumnType... colsToFetch)
Read a single tablets metadata.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.accumulo.core.metadata.schema.Ample
deleteGcCandidates, getGcCandidates, mutateTablet, mutateTablets, putGcCandidates
-
-
-
-
Constructor Detail
-
AmpleImpl
public AmpleImpl(AccumuloClient client)
-
-
Method Detail
-
readTablet
public TabletMetadata readTablet(KeyExtent extent, TabletMetadata.ColumnType... colsToFetch)
Description copied from interface:Ample
Read a single tablets metadata. No checking is done for prev row, so it could differ.- Specified by:
readTablet
in interfaceAmple
- Parameters:
extent
- Reads tablet metadata using the table id and end row from this extent.colsToFetch
- What tablets columns to fetch. If empty, then everything is fetched.
-
-