Uses of Interface
org.infinispan.commons.marshall.BufferSizePredictor
-
Packages that use BufferSizePredictor Package Description org.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities. -
-
Uses of BufferSizePredictor in org.infinispan.commons.marshall
Classes in org.infinispan.commons.marshall that implement BufferSizePredictor Modifier and Type Class Description class
AdaptiveBufferSizePredictor
TheBufferSizePredictor
that automatically increases and decreases the predicted buffer size on feed back.Methods in org.infinispan.commons.marshall that return BufferSizePredictor Modifier and Type Method Description BufferSizePredictor
AbstractDelegatingMarshaller. getBufferSizePredictor(Object o)
BufferSizePredictor
AbstractMarshaller. getBufferSizePredictor(Object o)
BufferSizePredictor
MarshallableTypeHints. getBufferSizePredictor(Class<?> type)
Get the serialized form size predictor for a particular type.BufferSizePredictor
MarshallableTypeHints. getBufferSizePredictor(Object obj)
BufferSizePredictor
Marshaller. getBufferSizePredictor(Object o)
Returns a marshalled payload size predictor for a particular type.
-