public enum CorfuComponent extends Enum<CorfuComponent>
Enum Constant and Description |
---|
ADDRESS_SPACE_VIEW |
CLIENT_ROUTER |
CLIENT_SEQUENCER |
GARBAGE_COLLECTION |
INFRA_MSG_HANDLER |
INFRA_SEQUENCER |
INFRA_STREAM_OPS |
LOG_UNIT_CLIENT |
OBJECT |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static CorfuComponent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CorfuComponent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CorfuComponent ADDRESS_SPACE_VIEW
public static final CorfuComponent CLIENT_ROUTER
public static final CorfuComponent LOG_UNIT_CLIENT
public static final CorfuComponent OBJECT
public static final CorfuComponent GARBAGE_COLLECTION
public static final CorfuComponent CLIENT_SEQUENCER
public static final CorfuComponent INFRA_MSG_HANDLER
public static final CorfuComponent INFRA_SEQUENCER
public static final CorfuComponent INFRA_STREAM_OPS
public static CorfuComponent[] values()
for (CorfuComponent c : CorfuComponent.values()) System.out.println(c);
public static CorfuComponent valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<CorfuComponent>
Copyright © 2019 CorfuDB. All rights reserved.