Uses of Interface
org.infinispan.commons.marshall.BufferSizePredictor
Packages that use BufferSizePredictor
Package
Description
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 BufferSizePredictorModifier and TypeClassDescriptionclass
TheBufferSizePredictor
that automatically increases and decreases the predicted buffer size on feed back.Methods in org.infinispan.commons.marshall that return BufferSizePredictorModifier and TypeMethodDescriptionAbstractMarshaller.getBufferSizePredictor
(Object o) MarshallableTypeHints.getBufferSizePredictor
(Class<?> type) Get the serialized form size predictor for a particular type.MarshallableTypeHints.getBufferSizePredictor
(Object obj) Marshaller.getBufferSizePredictor
(Object o) Returns a marshalled payload size predictor for a particular type.