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 currentlyDataFormatbeing 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 ofRemoteCacheusing 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
Fields in org.infinispan.client.hotrod.impl declared as DataFormatMethods 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 TypeMethodDescriptionprotected <T,U> InternalRemoteCache <T, U> RemoteCacheImpl.newInstance(DataFormat dataFormat) <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)