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.client.hotrod.marshall
Methods in org.infinispan.client.hotrod.marshall that return BufferSizePredictorMethods in org.infinispan.client.hotrod.marshall with parameters of type BufferSizePredictorModifier and TypeMethodDescriptionstatic 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 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. -
Uses of BufferSizePredictor in org.infinispan.marshall.core
Methods in org.infinispan.marshall.core that return BufferSizePredictor -
Uses of BufferSizePredictor in org.infinispan.persistence.remote.wrapper
Methods in org.infinispan.persistence.remote.wrapper that return BufferSizePredictorModifier and TypeMethodDescriptionHotRodEntryMarshaller.getBufferSizePredictor
(Object o) Deprecated, for removal: This API element is subject to removal in a future version.