Interface NonBlockingSoftIndexFileStore.EntryCreator<K,V>

Enclosing class:
NonBlockingSoftIndexFileStore<K,V>

public static interface NonBlockingSoftIndexFileStore.EntryCreator<K,V>
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
  • 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