|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Timeout | |
---|---|
org.eclipse.jgit.storage.dht | |
org.eclipse.jgit.storage.dht.spi.cache |
Uses of Timeout in org.eclipse.jgit.storage.dht |
---|
Methods in org.eclipse.jgit.storage.dht that return Timeout | |
---|---|
Timeout |
DhtReaderOptions.getTimeout()
|
static Timeout |
Timeout.getTimeout(Config cfg,
java.lang.String section,
java.lang.String subsection,
java.lang.String name,
Timeout defaultValue)
Obtain a timeout from the configuration. |
static Timeout |
Timeout.milliseconds(int millis)
Construct a new timeout, expressed in milliseconds. |
static Timeout |
Timeout.seconds(double sec)
Construct a new timeout, expressed in (possibly fractional) seconds. |
static Timeout |
Timeout.seconds(int sec)
Construct a new timeout, expressed in seconds. |
Methods in org.eclipse.jgit.storage.dht with parameters of type Timeout | |
---|---|
T |
Sync.get(Timeout timeout)
Wait for the asynchronous operation to complete. |
static Timeout |
Timeout.getTimeout(Config cfg,
java.lang.String section,
java.lang.String subsection,
java.lang.String name,
Timeout defaultValue)
Obtain a timeout from the configuration. |
DhtReaderOptions |
DhtReaderOptions.setTimeout(Timeout maxWaitTime)
Set the default timeout to wait on long operations. |
Uses of Timeout in org.eclipse.jgit.storage.dht.spi.cache |
---|
Methods in org.eclipse.jgit.storage.dht.spi.cache that return Timeout | |
---|---|
Timeout |
CacheOptions.getTimeout()
|
Methods in org.eclipse.jgit.storage.dht.spi.cache with parameters of type Timeout | |
---|---|
CacheOptions |
CacheOptions.setTimeout(Timeout maxWaitTime)
Set the default timeout to wait on long operations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |