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.
 

Methods in org.infinispan.marshall that return BufferSizePredictor
 BufferSizePredictor MarshallableTypeHints.getBufferSizePredictor(Class<?> type)
          Get the serialized form size predictor for a particular type.
 BufferSizePredictor Marshaller.getBufferSizePredictor(Object o)
          Returns a marshalled payload size predictor for a particular type.
 BufferSizePredictor AbstractMarshaller.getBufferSizePredictor(Object o)
           
 BufferSizePredictor AbstractDelegatingMarshaller.getBufferSizePredictor(Object o)
           
 


-->

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