Package | Description |
---|---|
com.dsi.ant.channel | |
com.dsi.ant.message | |
com.dsi.ant.message.fromhost |
Modifier and Type | Method and Description |
---|---|
void |
AntChannel.setSearchTimeout(LowPrioritySearchTimeout lowPrioritySearchTimeout)
Configures the length of time that this channel will perform a low priority search.
|
void |
AntChannel.setSearchTimeout(LowPrioritySearchTimeout lowPrioritySearchTimeout,
HighPrioritySearchTimeout highPrioritySearchTimeout)
Configures the length of time that this channel will perform a search, combing both low
priority and high priority.
|
Modifier and Type | Field and Description |
---|---|
static LowPrioritySearchTimeout |
LowPrioritySearchTimeout.DEFAULT
The timeout value set after a channel is assigned
|
static LowPrioritySearchTimeout |
LowPrioritySearchTimeout.MAX
The highest possible timeout value
|
Modifier and Type | Method and Description |
---|---|
static LowPrioritySearchTimeout |
LowPrioritySearchTimeout.create(int milliseconds)
Will round millisecond value up to nearest timeout value in 2.5 second increments.
|
static LowPrioritySearchTimeout |
LowPrioritySearchTimeout.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LowPrioritySearchTimeout[] |
LowPrioritySearchTimeout.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LowPrioritySearchTimeoutMessage(LowPrioritySearchTimeout searchTimeout)
Constructs the message from the given low priority search timeout.
|
Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.