void |
SegmentDirectory.acquire(FetchContext fetchContext) |
This is an instruction to the segment directory, to fetch buffers for the given context.
|
void |
ColumnIndexDirectory.acquireBuffer(FetchContext fetchContext) |
An instruction to fetch the buffers for columns in the context, in order to operate on the segment.
|
void |
SegmentDirectory.prefetch(FetchContext fetchContext) |
This is a hint to the segment directory, to begin prefetching buffers for given context.
|
void |
ColumnIndexDirectory.prefetchBuffer(FetchContext fetchContext) |
A hint to prefetch the buffers for columns in the context, in preparation for operating on the segment.
|
void |
SegmentDirectory.release(FetchContext fetchContext) |
This is an instruction to the segment directory to release the fetched buffers for given context.
|
void |
ColumnIndexDirectory.releaseBuffer(FetchContext fetchContext) |
An instruction to release the fetched buffers for columns in this context, after operating on this segment.
|