Package org.infinispan.server.test.core
Class TestClient
java.lang.Object
org.infinispan.server.test.core.TestClient
Holds the client part of the testing utilities
- Since:
- 11
- Author:
- Katia Aresti
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InfinispanServerTestConfigurationprotected TestServer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidorg.infinispan.counter.api.CounterManagernet.spy.memcached.MemcachedClientgetMethodName(String qualifier) <K,V> org.infinispan.client.hotrod.multimap.MultimapCacheManager<K, V> hotrod()voidorg.infinispan.client.rest.RestClientnewRestClient(org.infinispan.client.rest.configuration.RestClientConfigurationBuilder restClientConfigurationBuilder) <T extends Closeable>
TregisterResource(T resource) rest()voidsetMethodName(String methodName)
-
Field Details
-
configuration
-
testServer
-
resources
-
-
Constructor Details
-
TestClient
-
-
Method Details
-
registerResource
-
getServerDriver
-
hotrod
-
rest
-
getCounterManager
public org.infinispan.counter.api.CounterManager getCounterManager() -
getRemoteMultimapCacheManager
public <K,V> org.infinispan.client.hotrod.multimap.MultimapCacheManager<K,V> getRemoteMultimapCacheManager() -
setMethodName
-
clearResources
public void clearResources() -
initResources
public void initResources() -
addScript
-
getMethodName
-
newRestClient
public org.infinispan.client.rest.RestClient newRestClient(org.infinispan.client.rest.configuration.RestClientConfigurationBuilder restClientConfigurationBuilder) -
getMethodName
-
getMemcachedClient
public net.spy.memcached.MemcachedClient getMemcachedClient()
-