Uses of Class
org.infinispan.client.hotrod.DataFormat
Packages that use DataFormat
Package
Description
Hot Rod client API.
-
Uses of DataFormat in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return DataFormatModifier and TypeMethodDescriptionDataFormat.Builder.build()
RemoteCache.getDataFormat()
Return the currentlyDataFormat
being used.DataFormat.withoutValueType()
Methods in org.infinispan.client.hotrod with parameters of type DataFormatModifier 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
Methods in org.infinispan.client.hotrod.event.impl that return DataFormat -
Uses of DataFormat in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl that return DataFormatModifier and TypeMethodDescriptionDelegatingRemoteCache.getDataFormat()
RemoteCacheImpl.getDataFormat()
Methods in org.infinispan.client.hotrod.impl with parameters of type DataFormatModifier 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)