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 BufferSizePredictorBytesOnlyMarshaller. getBufferSizePredictor(Object o)Methods in org.infinispan.client.hotrod.marshall with parameters of type BufferSizePredictor Modifier and Type Method Description static byte[]MarshallerUtil. obj2bytes(Marshaller marshaller, Object o, BufferSizePredictor sizePredictor) -
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 BufferSizePredictorAbstractMarshaller. getBufferSizePredictor(Object o)BufferSizePredictorMarshallableTypeHints. getBufferSizePredictor(Class<?> type)Get the serialized form size predictor for a particular type.BufferSizePredictorMarshallableTypeHints. getBufferSizePredictor(Object obj)BufferSizePredictorMarshaller. getBufferSizePredictor(Object o)Returns a marshalled payload size predictor for a particular type.
-