Package | Description |
---|---|
org.apache.twill.zookeeper |
This package provides functionality for ZooKeeper interactions.
|
Modifier and Type | Method and Description |
---|---|
static RetryStrategy.OperationType |
RetryStrategy.OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RetryStrategy.OperationType[] |
RetryStrategy.OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
long |
RetryStrategy.nextRetry(int failureCount,
long startTime,
RetryStrategy.OperationType type,
String path)
Returns the number of milliseconds to wait before retrying the operation.
|
Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.