@ThreadSafe public class MemoryPagesStore extends Object
| Constructor and Description |
|---|
MemoryPagesStore(MemoryConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Long tableId,
Page page) |
void |
cleanUp(Set<Long> activeTableIds) |
boolean |
contains(Long tableId) |
List<Page> |
getPages(Long tableId,
int partNumber,
int totalParts,
List<Integer> columnIndexes,
long expectedRows) |
void |
initialize(long tableId) |
@Inject public MemoryPagesStore(MemoryConfig config)
Copyright © 2012–2023. All rights reserved.