public class CacheService.KeyCacheSerializer extends java.lang.Object implements AutoSavingCache.CacheSerializer<KeyCacheKey,RowIndexEntry>
Constructor and Description |
---|
CacheService.KeyCacheSerializer() |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<Pair<KeyCacheKey,RowIndexEntry>> |
deserialize(java.io.DataInputStream input,
ColumnFamilyStore cfs) |
void |
serialize(KeyCacheKey key,
java.io.DataOutput out) |
public void serialize(KeyCacheKey key, java.io.DataOutput out) throws java.io.IOException
serialize
in interface AutoSavingCache.CacheSerializer<KeyCacheKey,RowIndexEntry>
java.io.IOException
public java.util.concurrent.Future<Pair<KeyCacheKey,RowIndexEntry>> deserialize(java.io.DataInputStream input, ColumnFamilyStore cfs) throws java.io.IOException
deserialize
in interface AutoSavingCache.CacheSerializer<KeyCacheKey,RowIndexEntry>
java.io.IOException
Copyright © 2015 The Apache Software Foundation