Uses of Class
org.infinispan.client.hotrod.DataFormat
-
Packages that use DataFormat Package Description org.infinispan.client.hotrod Hot Rod client API. -
-
Uses of DataFormat in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return DataFormat Modifier and Type Method Description DataFormat
DataFormat.Builder. build()
DataFormat
RemoteCache. getDataFormat()
Return the currentlyDataFormat
being used.DataFormat
DataFormat. withoutValueType()
Methods in org.infinispan.client.hotrod with parameters of type DataFormat Modifier and Type Method Description DataFormat.Builder
DataFormat.Builder. from(DataFormat dataFormat)
<T,U>
RemoteCache<T,U>RemoteCache. withDataFormat(DataFormat dataFormat)
Return a new instance ofRemoteCache
using the suppliedDataFormat
.
-