| Package | Description |
|---|---|
| com.healthmarketscience.jackcess.impl |
| Modifier and Type | Method and Description |
|---|---|
static IndexPageCache.UpdateType |
IndexPageCache.UpdateType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexPageCache.UpdateType[] |
IndexPageCache.UpdateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private IndexData.Entry |
IndexPageCache.updateEntry(IndexPageCache.CacheDataPage cacheDataPage,
int entryIdx,
IndexData.Entry newEntry,
IndexPageCache.UpdateType upType)
Updates the entries on the given page according to the given updateType.
|
private void |
IndexPageCache.updateParentEntry(IndexPageCache.CacheDataPage parentDataPage,
IndexPageCache.CacheDataPage childDataPage,
IndexData.Entry oldEntry,
IndexData.Entry newEntry,
IndexPageCache.UpdateType upType)
Updates the entry for the given child page in the given parent page
according to the given updateType.
|
private void |
IndexPageCache.updateParentTail(IndexPageCache.CacheDataPage parentDataPage,
IndexPageCache.CacheDataPage childDataPage,
IndexPageCache.UpdateType upType)
Updates the child tail info in the given parent page according to the
given updateType.
|