org.terracotta.offheapstore.storage.portability
Interface WriteBackPortability<T>

All Superinterfaces:
Portability<T>

public interface WriteBackPortability<T>
extends Portability<T>


Method Summary
 T decode(ByteBuffer buffer, WriteContext context)
           
 
Methods inherited from interface org.terracotta.offheapstore.storage.portability.Portability
decode, encode, equals
 

Method Detail

decode

T decode(ByteBuffer buffer,
         WriteContext context)


Copyright © 2015. All Rights Reserved.