Package | Description |
---|---|
org.apache.paimon.data.serializer | |
org.apache.paimon.lookup | |
org.apache.paimon.lookup.sort | |
org.apache.paimon.memory |
Modifier and Type | Method and Description |
---|---|
Comparator<MemorySlice> |
RowCompactedSerializer.createSliceComparator() |
Modifier and Type | Method and Description |
---|---|
static LookupStoreFactory |
LookupStoreFactory.create(CoreOptions options,
CacheManager cacheManager,
Comparator<MemorySlice> keyComparator) |
Modifier and Type | Method and Description |
---|---|
MemorySlice |
BlockWriter.finish() |
MemorySlice |
BlockEntry.getKey() |
MemorySlice |
BlockEntry.getValue() |
MemorySlice |
BlockEntry.setValue(MemorySlice value) |
static MemorySlice |
BlockHandle.writeBlockHandle(BlockHandle blockHandle) |
static MemorySlice |
BlockTrailer.writeBlockTrailer(BlockTrailer blockTrailer) |
static MemorySlice |
Footer.writeFooter(Footer footer) |
Modifier and Type | Method and Description |
---|---|
static int |
SortLookupStoreUtils.crc32c(MemorySlice data,
BlockCompressionType type) |
boolean |
BlockIterator.seekTo(MemorySlice targetKey) |
MemorySlice |
BlockEntry.setValue(MemorySlice value) |
Constructor and Description |
---|
BlockEntry(MemorySlice key,
MemorySlice value) |
BlockReader(MemorySlice block,
Comparator<MemorySlice> comparator) |
Constructor and Description |
---|
BlockIterator(MemorySliceInput data,
int recordCount,
Comparator<MemorySlice> comparator) |
BlockReader(MemorySlice block,
Comparator<MemorySlice> comparator) |
SortLookupStoreFactory(Comparator<MemorySlice> comparator,
CacheManager cacheManager,
int blockSize,
CompressOptions compression) |
SortLookupStoreReader(Comparator<MemorySlice> comparator,
File file,
int blockSize,
SortContext context,
CacheManager cacheManager) |
Modifier and Type | Method and Description |
---|---|
MemorySlice |
MemorySliceInput.readSlice(int length) |
MemorySlice |
MemorySlice.slice(int index,
int length) |
MemorySlice |
MemorySliceOutput.toSlice() |
static MemorySlice |
MemorySlice.wrap(byte[] bytes) |
static MemorySlice |
MemorySlice.wrap(MemorySegment segment) |
Modifier and Type | Method and Description |
---|---|
int |
MemorySlice.compareTo(MemorySlice other) |
Constructor and Description |
---|
MemorySliceInput(MemorySlice slice) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.