Uses of Class
org.infinispan.server.test.api.HotRodTestClientDriver
-
Packages that use HotRodTestClientDriver Package Description org.infinispan.server.test.api org.infinispan.server.test.core -
-
Uses of HotRodTestClientDriver in org.infinispan.server.test.api
Methods in org.infinispan.server.test.api that return HotRodTestClientDriver Modifier and Type Method Description HotRodTestClientDriverTestClientDriver. hotrod()Get the HotRod instance for hotrod api operationsHotRodTestClientDriverTestClientXSiteDriver. hotrod(String siteName)Get the HotRod instance for hotrod api operationsHotRodTestClientDriverHotRodTestClientDriver. self()HotRodTestClientDriverHotRodTestClientDriver. withClientConfiguration(org.infinispan.client.hotrod.configuration.ConfigurationBuilder clientConfiguration)Provide a custom client configuration to connect to the server.HotRodTestClientDriverHotRodTestClientDriver. withMarshaller(Class<? extends org.infinispan.commons.marshall.Marshaller> marshallerClass)TheMarshallerto be used by the client.HotRodTestClientDriverHotRodTestClientDriver. withPort(int port) -
Uses of HotRodTestClientDriver in org.infinispan.server.test.core
Methods in org.infinispan.server.test.core that return HotRodTestClientDriver Modifier and Type Method Description HotRodTestClientDriverTestClient. hotrod()
-