| Package | Description |
|---|---|
| com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
| com.hazelcast.spi.impl | |
| com.hazelcast.util.executor |
| Modifier and Type | Method and Description |
|---|---|
ManagedExecutorService |
ExecutionService.register(String name,
int poolSize,
int queueCapacity,
ExecutorType type) |
| Modifier and Type | Method and Description |
|---|---|
ManagedExecutorService |
ExecutionServiceImpl.register(String name,
int poolSize,
int queueCapacity,
ExecutorType type) |
| Modifier and Type | Method and Description |
|---|---|
static ExecutorType |
ExecutorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutorType[] |
ExecutorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Hazelcast, Inc.. All rights reserved.