Package | Description |
---|---|
net.sf.jrtps.message.parameter |
Classes in this package are used with ParameterList encapsulation during message exchange
between participants.
|
Modifier and Type | Method and Description |
---|---|
QosHistory.Kind |
QosDurabilityService.getHistoryKind() |
QosHistory.Kind |
QosHistory.getKind() |
static QosHistory.Kind |
QosHistory.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QosHistory.Kind[] |
QosHistory.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
QosDurabilityService(Duration serviceCleanupDelay,
QosHistory.Kind historyKind,
int historyDepth,
int maxSamples,
int maxInstances,
int maxSamplesPerInstance) |
QosHistory(QosHistory.Kind kind,
int depth)
Constructs QosHistory given kind and depth
|
Copyright © 2016. All rights reserved.