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(org.infinispan.commons.io.ByteBuffer key, org.infinispan.commons.io.ByteBuffer value, org.infinispan.commons.io.ByteBuffer metadata, org.infinispan.commons.io.ByteBuffer internalMetadata, long created, long lastUsed)
-
Method Details
-
create
MarshallableEntry<K,V> create(org.infinispan.commons.io.ByteBuffer key, org.infinispan.commons.io.ByteBuffer value, org.infinispan.commons.io.ByteBuffer metadata, org.infinispan.commons.io.ByteBuffer internalMetadata, long created, long lastUsed) throws IOException - Throws:
IOException
-