| Interface | Description |
|---|---|
| ProtobufMetadataManagerConstants |
Useful constants used by the Protobuf metadata cache.
|
| ProtobufMetadataManagerMBean |
MBean interface for ProtobufMetadataManager, suitable for building invocation proxies with one of the
JMX.newMBeanProxy(javax.management.MBeanServerConnection, javax.management.ObjectName, java.lang.Class<T>) methods. |
| ProtostreamSerializationContextInitializer |
Support for custom initialization of the server cache manager's
SerializationContext. |
| Class | Description |
|---|---|
| BaseProtoStreamMarshaller |
Provides the starting point for implementing a
Marshaller that uses Protobuf
encoding. |
| FilterResult |
When using Ickle based filters with client event listeners you will get the event data (see
org.infinispan.client.hotrod.event.ClientCacheEntryCustomEvent.getEventData) wrapped by this FilterResult.
|