Package | Description |
---|---|
org.infinispan.client.hotrod |
Hot Rod client API.
|
Modifier and Type | Method and Description |
---|---|
DataFormat |
DataFormat.Builder.build() |
DataFormat |
RemoteCache.getDataFormat()
Return the currently
DataFormat being used. |
DataFormat |
DataFormat.withoutValueType() |
Modifier and Type | Method and Description |
---|---|
DataFormat.Builder |
DataFormat.Builder.from(DataFormat dataFormat) |
<T,U> RemoteCache<T,U> |
RemoteCache.withDataFormat(DataFormat dataFormat)
Return a new instance of
RemoteCache using the supplied DataFormat . |
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.