Package | Description |
---|---|
org.infinispan.loaders.remote | |
org.infinispan.loaders.remote.configuration | |
org.infinispan.loaders.remote.wrapper |
Modifier and Type | Method and Description |
---|---|
EntryWrapper<?,?> |
RemoteCacheStoreConfig.getEntryWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
RemoteCacheStoreConfig.setEntryWrapper(EntryWrapper<?,?> entryWrapper) |
Modifier and Type | Method and Description |
---|---|
EntryWrapper<?,?> |
RemoteCacheStoreConfiguration.entryWrapper() |
Modifier and Type | Method and Description |
---|---|
RemoteCacheStoreConfigurationBuilder |
RemoteCacheStoreConfigurationBuilder.entryWrapper(EntryWrapper<?,?> entryWrapper) |
RemoteCacheStoreConfigurationBuilder |
RemoteCacheStoreConfigurationChildBuilder.entryWrapper(EntryWrapper<?,?> entryWrapper)
Allows you to specify a custom
EntryWrapper implementation to wrap cache entries |
RemoteCacheStoreConfigurationBuilder |
AbstractRemoteCacheStoreConfigurationChildBuilder.entryWrapper(EntryWrapper<?,?> entryWrapper) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEntryWrapper
DefaultEntryWrapper.
|
class |
HotRodEntryWrapper
HotRodEntryWrapper.
|
Copyright © 2015 JBoss, a division of Red Hat. All Rights Reserved.