Package | Description |
---|---|
com.hazelcast.internal.management.dto |
These contain the DTO object to exchange information with the management center.
|
Modifier and Type | Field and Description |
---|---|
ClientBwListDTO.Mode |
ClientBwListDTO.mode |
Modifier and Type | Method and Description |
---|---|
static ClientBwListDTO.Mode |
ClientBwListDTO.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientBwListDTO.Mode[] |
ClientBwListDTO.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ClientBwListDTO(ClientBwListDTO.Mode mode,
List<ClientBwListEntryDTO> entries) |
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.