Class AmpleImpl

  • All Implemented Interfaces:
    Ample

    public class AmpleImpl
    extends Object
    implements Ample
    • 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 interface Ample
        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.