Getter methods
This is the collection of getter methods within the Indexes
interface. There are 5 getter methods in total.
getStore
The getStore method returns a reference to the underlying Store
that is backing this Indexes
object.
getTableId
The getTableId method returns the Id
of the underlying Table
that is backing an Index
.
getSliceRowIds
The getSliceRowIds
method gets the list of Row
Ids
in a given Slice
, within a given Index
.
getIndexIds
The getIndexIds
method returns an array of the Index
Ids
registered with this Indexes
object.
getSliceIds
The getSliceIds
method gets the list of Slice
Ids
in an Index
.