Package | Description |
---|---|
org.infinispan.commons.marshall |
Provides Infinispan-specific input and output streams, buffers and related utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
AdaptiveBufferSizePredictor
The
BufferSizePredictor that automatically increases and
decreases the predicted buffer size on feed back. |
Modifier and Type | Method and Description |
---|---|
BufferSizePredictor |
MarshallableTypeHints.getBufferSizePredictor(Class<?> type)
Get the serialized form size predictor for a particular type.
|
BufferSizePredictor |
Marshaller.getBufferSizePredictor(Object o)
Returns a marshalled payload size predictor for a particular type.
|
BufferSizePredictor |
MarshallableTypeHints.getBufferSizePredictor(Object obj) |
BufferSizePredictor |
AbstractMarshaller.getBufferSizePredictor(Object o) |
BufferSizePredictor |
AbstractDelegatingMarshaller.getBufferSizePredictor(Object o) |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.