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,
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 HighPrioritySearchTimeout |
HighPrioritySearchTimeout.DEFAULT
The timeout value set after a channel is assigned
|
static HighPrioritySearchTimeout |
HighPrioritySearchTimeout.MAX
The highest possible timeout value
|
Modifier and Type | Method and Description |
---|---|
static HighPrioritySearchTimeout |
HighPrioritySearchTimeout.create(int milliseconds)
Will round millisecond value up to nearest timeout value in 2.5 second increments.
|
static HighPrioritySearchTimeout |
HighPrioritySearchTimeout.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HighPrioritySearchTimeout[] |
HighPrioritySearchTimeout.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SearchTimeoutMessage(HighPrioritySearchTimeout searchTimeout)
Constructs the message from the given high priority search timeout value.
|
Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.