Package | Description |
---|---|
org.infinispan.loaders.remote.wrapper | |
org.infinispan.marshall |
Infinispan makes use of custom marshalling to serialize and deserialize state wherever
possible, rather than falling back to the JDK to do this.
|
Modifier and Type | Method and Description |
---|---|
BufferSizePredictor |
HotRodEntryMarshaller.getBufferSizePredictor(Object o) |
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 |
AbstractMarshaller.getBufferSizePredictor(Object o) |
BufferSizePredictor |
AbstractDelegatingMarshaller.getBufferSizePredictor(Object o) |
BufferSizePredictor |
Marshaller.getBufferSizePredictor(Object o)
Returns a marshalled payload size predictor for a particular type.
|
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.