Package org.infinispan.persistence.sifs
Interface NonBlockingSoftIndexFileStore.EntryCreator<K,V>
- Enclosing class:
- NonBlockingSoftIndexFileStore<K,
V>
public static interface NonBlockingSoftIndexFileStore.EntryCreator<K,V>
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(ByteBuffer key, ByteBuffer value, ByteBuffer metadata, ByteBuffer internalMetadata, long created, long lastUsed)
-
Method Details
-
create
MarshallableEntry<K,V> create(ByteBuffer key, ByteBuffer value, ByteBuffer metadata, ByteBuffer internalMetadata, long created, long lastUsed) throws IOException - Throws:
IOException
-