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 DataFormatDataFormat.Builder. build()DataFormatRemoteCache. getDataFormat()Return the currentlyDataFormatbeing used.DataFormatDataFormat. withoutValueType()Methods in org.infinispan.client.hotrod with parameters of type DataFormat Modifier and Type Method Description DataFormat.BuilderDataFormat.Builder. from(DataFormat dataFormat)<T,U>
RemoteCache<T,U>RemoteCache. withDataFormat(DataFormat dataFormat)Return a new instance ofRemoteCacheusing the suppliedDataFormat.
-