Uses of Interface
org.infinispan.commons.marshall.BufferSizePredictor
-
Packages that use BufferSizePredictor Package Description org.infinispan.client.hotrod.marshall org.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities. -
-
Uses of BufferSizePredictor in org.infinispan.client.hotrod.marshall
Methods in org.infinispan.client.hotrod.marshall that return BufferSizePredictor Modifier and Type Method Description BufferSizePredictorBytesOnlyJBossLikeMarshaller. getBufferSizePredictor(java.lang.Object o)BufferSizePredictorBytesOnlyMarshaller. getBufferSizePredictor(java.lang.Object o) -
Uses of BufferSizePredictor in org.infinispan.commons.marshall
Classes in org.infinispan.commons.marshall that implement BufferSizePredictor Modifier and Type Class Description classAdaptiveBufferSizePredictorTheBufferSizePredictorthat 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 BufferSizePredictorAbstractDelegatingMarshaller. getBufferSizePredictor(java.lang.Object o)BufferSizePredictorAbstractMarshaller. getBufferSizePredictor(java.lang.Object o)BufferSizePredictorMarshallableTypeHints. getBufferSizePredictor(java.lang.Class<?> type)Get the serialized form size predictor for a particular type.BufferSizePredictorMarshallableTypeHints. getBufferSizePredictor(java.lang.Object obj)BufferSizePredictorMarshaller. getBufferSizePredictor(java.lang.Object o)Returns a marshalled payload size predictor for a particular type.
-