Modifier and Type | Method and Description |
---|---|
CollectionStatus |
SnmpCollectionSet.getStatus() |
Modifier and Type | Method and Description |
---|---|
CollectionStatus |
CollectionSet.getStatus() |
static CollectionStatus |
CollectionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionStatus[] |
CollectionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CollectionFailed(CollectionStatus status) |
Modifier and Type | Method and Description |
---|---|
CollectionStatus |
CollectionSetDTO.getStatus() |
Constructor and Description |
---|
CollectionSetDTO(CollectionAgent agent,
CollectionStatus status,
Date timestamp,
Map<Resource,List<Attribute<?>>> attributesByResource,
boolean disableCounterPersistence,
Long sequenceNumber) |
Modifier and Type | Method and Description |
---|---|
CollectionStatus |
SingleResourceCollectionSet.getStatus() |
CollectionStatus |
MultiResourceCollectionSet.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
SingleResourceCollectionSet.setStatus(CollectionStatus status) |
void |
MultiResourceCollectionSet.setStatus(CollectionStatus status) |
Modifier and Type | Method and Description |
---|---|
CollectionSetBuilder |
CollectionSetBuilder.withStatus(CollectionStatus status) |
Copyright © 2021. All rights reserved.