These are the methods within the Store
interface.
This is the collection of getter methods within the Store
interface. There are 14 getter methods in total.
This is the collection of setter methods within the Store
interface. There are 8 setter methods in total.
This is the collection of listener methods within the Store
interface. There are 13 listener methods in total.
This is the collection of iterator methods within the Store
interface. There are only three iterator methods, forEachTable
, forEachRow
, and forEachCell
.
This is the collection of transaction methods within the Store
interface. There are only three transaction methods, finishTransaction
, startTransaction
, and transaction
.
This is the collection of deleter methods within the Store
interface. There are 5 deleter methods in total.
This is the collection of development methods within the Store
interface. There is only one method, getListenerStats
.