Uses of Class
org.infinispan.client.hotrod.DataFormat
Package
Description
Hot Rod client API.
-
Uses of DataFormat in org.infinispan.client.hotrod
Modifier and TypeMethodDescriptionDataFormat.Builder.build()
RemoteCache.getDataFormat()
Return the currentlyDataFormat
being used.DataFormat.withoutValueType()
Modifier and TypeMethodDescriptionDataFormat.Builder.from
(DataFormat dataFormat) <T,
U> RemoteCache <T, U> RemoteCache.withDataFormat
(DataFormat dataFormat) Return a new instance ofRemoteCache
using the suppliedDataFormat
. -
Uses of DataFormat in org.infinispan.client.hotrod.event.impl
-
Uses of DataFormat in org.infinispan.client.hotrod.impl
Modifier and TypeMethodDescriptionDelegatingRemoteCache.getDataFormat()
RemoteCacheImpl.getDataFormat()
Modifier and TypeMethodDescription<T,
U> InternalRemoteCache <T, U> DelegatingRemoteCache.withDataFormat
(DataFormat dataFormat) <T,
U> InternalRemoteCache <T, U> InternalRemoteCache.withDataFormat
(DataFormat dataFormat) <T,
U> InternalRemoteCache <T, U> RemoteCacheImpl.withDataFormat
(DataFormat newDataFormat)