private void |
IndexStore.addIndexSetToList(IndexSet index_set) |
Adds a SnapshotIndexSet to the list of sets that this store has
dispatched.
|
(package private) void |
SimpleTransaction.addVisibleTable(MasterTableDataSource table,
IndexSet index_set) |
Adds a MasterTableDataSource and IndexSet to this transaction view.
|
void |
IndexSetStore.commitIndexSet(IndexSet index_set) |
Commits changes made to a snapshop of an IndexSet as being permanent
changes to the state of the index store.
|
void |
IndexStore.commitIndexSet(IndexSet index_set) |
Commits changes made to a snapshop of an IndexSet as being permanent
changes to the state of the index store.
|
(package private) abstract void |
MasterTableDataSource.commitIndexSet(IndexSet index_set) |
Commits changes made to an IndexSet returned by the 'createIndexSet'
method.
|
(package private) void |
V1MasterTableDataSource.commitIndexSet(IndexSet index_set) |
|
(package private) void |
V2MasterTableDataSource.commitIndexSet(IndexSet index_set) |
|
(package private) void |
MasterTableDataSource.commitTransactionChange(long commit_id,
MasterTableJournal change,
IndexSet index_set) |
Adds a new transaction modification to this master table source.
|
(package private) void |
V2MasterTableDataSource.copy(int table_id,
MasterTableDataSource src_master_table,
IndexSet index_set) |
Creates a new v2 master table data source that is a copy of the given
MasterTableDataSource object.
|
void |
IndexSetStore.copyAllFrom(IndexSet index_set) |
Overwrites all existing index information in this store and sets it to a
copy of the given IndexSet object.
|
(package private) MasterTableDataSource |
TableDataConglomerate.copyMasterTable(MasterTableDataSource src_master_table,
IndexSet index_set) |
Creates a table store in this conglomerate that is an exact copy of the
given MasterTableDataSource.
|
void |
Transaction.copyTable(MasterTableDataSource src_master_table,
IndexSet index_set) |
Generates an exact copy of the table within this transaction.
|
(package private) SelectableScheme |
MasterTableDataSource.createSelectableSchemeForColumn(IndexSet index_set,
TableDataSource table,
int column) |
Creates a SelectableScheme object for the given column in this table.
|
(package private) SelectableScheme |
MasterTableDataSource.createSelectableSchemeForIndex(IndexSet index_set,
TableDataSource table,
int index_i) |
Creates a SelectableScheme object for the given index in the index set def
in this table.
|
private void |
IndexStore.removeIndexSetFromList(IndexSet index_set) |
Removes a SnapshotIndexSet from the list of sets that this store
is managing.
|
protected void |
SimpleTransaction.setIndexSetForTable(MasterTableDataSource table,
IndexSet index_set) |
Sets the IndexSet for the given MasterTableDataSource object in this
transaction.
|
(package private) void |
SimpleTransaction.updateVisibleTable(MasterTableDataSource table,
IndexSet index_set) |
Updates a MastertableDataSource (and its IndexSet) for this view.
|