Uses of Interface
org.infinispan.commons.marshall.BufferSizePredictor
Package
Description
Provides Infinispan-specific input and output streams, buffers and related utilities.
-
Uses of BufferSizePredictor in org.infinispan.client.hotrod.marshall
Modifier and TypeMethodDescriptionstatic byte[]
MarshallerUtil.obj2bytes
(Marshaller marshaller, Object o, BufferSizePredictor sizePredictor) -
Uses of BufferSizePredictor in org.infinispan.commons.marshall
Modifier and TypeClassDescriptionclass
TheBufferSizePredictor
that automatically increases and decreases the predicted buffer size on feed back.Modifier 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
-
Uses of BufferSizePredictor in org.infinispan.persistence.remote.wrapper
Modifier and TypeMethodDescriptionHotRodEntryMarshaller.getBufferSizePredictor
(Object o) Deprecated, for removal: This API element is subject to removal in a future version.