Uses of Class
org.infinispan.client.hotrod.DataFormat
Packages that use DataFormat
-
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
.