Class ReadBatch

    • Method Detail

      • builder

        public static <T> ReadBatch.Builder<T> builder​(Class<? extends T> itemClass)
        Creates a newly initialized builder for a read batch.
        Type Parameters:
        T - The type of the modelled object, corresponding to itemClass
        Parameters:
        itemClass - the class that items in this table map to
        Returns:
        a ReadBatch builder
      • tableName

        public String tableName()
        Returns the table name associated with this batch.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object