| Package | Description |
|---|---|
| org.gradle.launcher.daemon.registry |
| Modifier and Type | Method and Description |
|---|---|
DaemonInfo |
DaemonRegistryContent.getInfo(Address address)
Gets the status for given address.
|
DaemonInfo |
DaemonInfo.setIdle(boolean idle) |
| Modifier and Type | Method and Description |
|---|---|
List<DaemonInfo> |
PersistentDaemonRegistry.getAll() |
List<DaemonInfo> |
EmbeddedDaemonRegistry.getAll() |
List<DaemonInfo> |
DaemonRegistry.getAll() |
List<DaemonInfo> |
PersistentDaemonRegistry.getBusy() |
List<DaemonInfo> |
EmbeddedDaemonRegistry.getBusy() |
List<DaemonInfo> |
DaemonRegistry.getBusy() |
List<DaemonInfo> |
PersistentDaemonRegistry.getIdle() |
List<DaemonInfo> |
EmbeddedDaemonRegistry.getIdle() |
List<DaemonInfo> |
DaemonRegistry.getIdle() |
List<DaemonInfo> |
DaemonRegistryContent.getInfos()
returns all statuses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DaemonRegistryContent.setStatus(Address address,
DaemonInfo daemonInfo)
sets the daemonInfo for given address
|
Copyright © 2013. All rights reserved