| Package | Description |
|---|---|
| org.infinispan.cache.impl | |
| org.infinispan.commons.marshall |
Provides Infinispan-specific input and output streams, buffers and related utilities.
|
| org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
| org.infinispan.marshall.core | |
| org.infinispan.persistence.keymappers | |
| org.infinispan.remoting.transport.jgroups |
A transport implementation based on JGroups.
|
| Modifier and Type | Field and Description |
|---|---|
protected StreamingMarshaller |
CacheImpl.marshaller |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegatingMarshaller
With the introduction of global and cache marshallers, there's a need to
separate marshallers but still rely on the same marshalling backend as
previously.
|
| Modifier and Type | Field and Description |
|---|---|
protected StreamingMarshaller |
AbstractDelegatingMarshaller.marshaller |
| Modifier and Type | Method and Description |
|---|---|
StreamingMarshaller |
ComponentRegistry.getCacheMarshaller()
Deprecated.
|
StreamingMarshaller |
ComponentRegistry.getInternalMarshaller()
Caching shortcut for #getComponent(StreamingMarshaller.class, INTERNAL_MARSHALLER);
|
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalMarshaller
A globally-scoped marshaller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WrappedByteArrayOrPrimitiveMapper.setMarshaller(StreamingMarshaller marshaller) |
default void |
MarshallingTwoWayKey2StringMapper.setMarshaller(StreamingMarshaller marshaller)
Deprecated.
since 10.0, use
MarshallingTwoWayKey2StringMapper.setMarshaller(Marshaller) instead |
| Modifier and Type | Field and Description |
|---|---|
protected StreamingMarshaller |
JGroupsTransport.marshaller |
Copyright © 2022 JBoss by Red Hat. All rights reserved.