Uses of Interface
org.infinispan.marshall.BufferSizePredictor

Packages that use BufferSizePredictor
org.infinispan.marshall Infinispan makes use of custom marshalling to serialize and deserialize state wherever possible, rather than falling back to the JDK to do this. 
 

Uses of BufferSizePredictor in org.infinispan.marshall
 

Classes in org.infinispan.marshall that implement BufferSizePredictor
 class AdaptiveBufferSizePredictor
          The BufferSizePredictor that automatically increases and decreases the predicted buffer size on feed back.
 


-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.