| Modifier and Type | Method and Description |
|---|---|
protected FabricAgent |
FabricProcessExecutor.getFabricAgent(com.liferay.portal.kernel.process.ProcessCallable<?> processCallable) |
| Modifier and Type | Method and Description |
|---|---|
FabricAgent |
FabricAgentRegistry.getDefaultFabricAgent() |
| Modifier and Type | Method and Description |
|---|---|
List<FabricAgent> |
FabricAgentRegistry.getFabricAgents() |
| Modifier and Type | Method and Description |
|---|---|
void |
PortalClassPathWarmupFabricAgentListener.registered(FabricAgent fabricAgent) |
void |
FabricAgentListener.registered(FabricAgent fabricAgent) |
boolean |
FabricAgentRegistry.registerFabricAgent(FabricAgent fabricAgent,
Runnable runnable) |
void |
PortalClassPathWarmupFabricAgentListener.unregistered(FabricAgent fabricAgent) |
void |
FabricAgentListener.unregistered(FabricAgent fabricAgent) |
boolean |
FabricAgentRegistry.unregisterFabricAgent(FabricAgent fabricAgent,
Runnable runnable) |
| Constructor and Description |
|---|
FabricAgentRegistry(FabricAgent defaultFabricAgent) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FabricAgent> |
SystemPropertiesFilterFabricAgentSelector.select(Collection<FabricAgent> fabricAgents,
com.liferay.portal.kernel.process.ProcessCallable<?> processCallable) |
Collection<FabricAgent> |
MinSystemCPULoadFabricAgentSelector.select(Collection<FabricAgent> fabricAgents,
com.liferay.portal.kernel.process.ProcessCallable<?> processCallable) |
Collection<FabricAgent> |
FabricAgentSelector.select(Collection<FabricAgent> fabricAgents,
com.liferay.portal.kernel.process.ProcessCallable<?> processCallable) |
Collection<FabricAgent> |
MaxFreePhysicalMemoryFabricAgentSelector.select(Collection<FabricAgent> fabricAgents,
com.liferay.portal.kernel.process.ProcessCallable<?> processCallable) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FabricAgent> |
SystemPropertiesFilterFabricAgentSelector.select(Collection<FabricAgent> fabricAgents,
com.liferay.portal.kernel.process.ProcessCallable<?> processCallable) |
Collection<FabricAgent> |
MinSystemCPULoadFabricAgentSelector.select(Collection<FabricAgent> fabricAgents,
com.liferay.portal.kernel.process.ProcessCallable<?> processCallable) |
Collection<FabricAgent> |
FabricAgentSelector.select(Collection<FabricAgent> fabricAgents,
com.liferay.portal.kernel.process.ProcessCallable<?> processCallable) |
Collection<FabricAgent> |
MaxFreePhysicalMemoryFabricAgentSelector.select(Collection<FabricAgent> fabricAgents,
com.liferay.portal.kernel.process.ProcessCallable<?> processCallable) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalFabricAgent |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyFabricAgentStub |
| Constructor and Description |
|---|
NettyFabricWorkerExecutionChannelHandler(Repository<io.netty.channel.Channel> repository,
FabricAgent fabricAgent,
long executionTimeout) |