| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable> |
FabricProcessExecutor.execute(com.liferay.petra.process.ProcessConfig processConfig,
com.liferay.petra.process.ProcessCallable<T> processCallable) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable> |
FabricAgent.execute(com.liferay.petra.process.ProcessConfig processConfig,
com.liferay.petra.process.ProcessCallable<T> processCallable) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends FabricWorker<?>> |
FabricAgent.getFabricWorkers() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable> |
LocalFabricAgent.execute(com.liferay.petra.process.ProcessConfig processConfig,
com.liferay.petra.process.ProcessCallable<T> processCallable) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends FabricWorker<?>> |
LocalFabricAgent.getFabricWorkers() |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalFabricWorker<T extends Serializable> |
| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable> |
NettyFabricAgentStub.execute(com.liferay.petra.process.ProcessConfig processConfig,
com.liferay.petra.process.ProcessCallable<T> processCallable) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends FabricWorker<?>> |
NettyFabricAgentStub.getFabricWorkers() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Serializable> |
NettyChannelAttributes.getFabricWorker(io.netty.channel.Channel channel,
long id) |
| Modifier and Type | Method and Description |
|---|---|
static Map<Long,FabricWorker<?>> |
NettyChannelAttributes.getFabricWorkers(io.netty.channel.Channel channel) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Serializable> |
NettyChannelAttributes.putFabricWorker(io.netty.channel.Channel channel,
long id,
FabricWorker<T> fabricWorker) |
| Modifier and Type | Method and Description |
|---|---|
void |
NettyFabricWorkerExecutionChannelHandler.PostFabricWorkerExecutionFutureListener.operationComplete(io.netty.util.concurrent.Future<FabricWorker<Serializable>> future) |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyFabricWorkerStub<T extends Serializable> |