Search in sources :

Example 1 with ClientLoggingService

use of com.hazelcast.client.impl.ClientLoggingService in project hazelcast by hazelcast.

the class ClientExecutionServiceImplTest method setUp.

@BeforeClass
public static void setUp() {
    String name = "ClientExecutionServiceImplTest";
    ThreadGroup threadGroup = new ThreadGroup(name);
    ClassLoader classLoader = Thread.currentThread().getContextClassLoader();
    HazelcastProperties properties = new HazelcastProperties(new Config());
    ClientLoggingService loggingService = new ClientLoggingService(name, "jdk", BuildInfoProvider.BUILD_INFO, name);
    executionService = new ClientExecutionServiceImpl(name, threadGroup, classLoader, properties, 1, loggingService);
}
Also used : ClientLoggingService(com.hazelcast.client.impl.ClientLoggingService) HazelcastProperties(com.hazelcast.spi.properties.HazelcastProperties) Config(com.hazelcast.config.Config) BeforeClass(org.junit.BeforeClass)

Aggregations

ClientLoggingService (com.hazelcast.client.impl.ClientLoggingService)1 Config (com.hazelcast.config.Config)1 HazelcastProperties (com.hazelcast.spi.properties.HazelcastProperties)1 BeforeClass (org.junit.BeforeClass)1