| Modifier and Type | Method and Description |
|---|---|
com.terracottatech.frs.object.ObjectManagerEntry<I,ByteBuffer,ByteBuffer> |
RestartableSerializablePortability.acquireCompactionEntry(long ceilingLsn) |
Long |
RestartableSerializablePortability.getLowestLsn() |
Long |
RestartableSerializablePortability.getLsn(ByteBuffer key) |
Long |
RestartableSerializablePortability.getLsn(int hash,
ByteBuffer key) |
void |
RestartableSerializablePortability.put(ByteBuffer key,
ByteBuffer value,
long lsn) |
void |
RestartableSerializablePortability.releaseCompactionEntry(com.terracottatech.frs.object.ObjectManagerEntry<I,ByteBuffer,ByteBuffer> entry) |
void |
RestartableSerializablePortability.replayPut(ByteBuffer binaryKey,
ByteBuffer binaryValue,
long lsn) |
long |
RestartableSerializablePortability.size() |
void |
RestartableSerializablePortability.updateLsn(com.terracottatech.frs.object.ObjectManagerEntry<I,ByteBuffer,ByteBuffer> entry,
long newLsn) |
| Modifier and Type | Method and Description |
|---|---|
void |
OffHeapHashMap.clear() |
MetadataTuple<V> |
OffHeapHashMap.computeIfAbsentWithMetadata(K key,
Function<? super K,? extends MetadataTuple<V>> mappingFunction) |
MetadataTuple<V> |
OffHeapHashMap.computeIfPresentWithMetadata(K key,
BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction) |
MetadataTuple<V> |
OffHeapHashMap.computeWithMetadata(K key,
BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction) |
V |
OffHeapHashMap.fill(K key,
V value,
int metadata) |
protected V |
OffHeapHashMap.fill(K key,
V value,
int hash,
int[] newEntry,
int metadata) |
long |
OffHeapHashMap.installMappingForHashAndEncoding(int pojoHash,
ByteBuffer offheapBinaryKey,
ByteBuffer offheapBinaryValue,
int metadata) |
V |
OffHeapHashMap.put(K key,
V value,
int metadata) |
| Constructor and Description |
|---|
OffHeapHashMap(PageSource source,
boolean tableAllocationsSteal,
StorageEngine<? super K,? super V> storageEngine,
int tableSize,
boolean bootstrap) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPersistentLockedOffHeapHashMap.bootstrap(ObjectInput input) |
void |
AbstractPersistentOffHeapCache.bootstrap(ObjectInput input) |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistentSerializablePortability.bootstrap(ObjectInput input) |
void |
PersistentSerializablePortability.persist(ObjectOutput output) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
SerializablePortability.getOrAddMapping(ObjectStreamClass desc) |
Copyright © 2015–2024. All rights reserved.