public final class EdenClientPool extends Object
EdenClient objects.| Modifier and Type | Method and Description |
|---|---|
EdenClient |
getClient() |
static Optional<EdenClientPool> |
newInstanceFromSocket(Path socketFile) |
static Optional<EdenClientPool> |
tryToCreateEdenClientPool(Path directoryInEdenFsMount) |
public EdenClient getClient()
EdenClient that must be used on the same thread that requested it.public static Optional<EdenClientPool> tryToCreateEdenClientPool(Path directoryInEdenFsMount)
public static Optional<EdenClientPool> newInstanceFromSocket(Path socketFile)