public static enum Node.SolrApiNodeStatus extends Enum<Node.SolrApiNodeStatus>
Enum Constant and Description |
---|
DELETED |
NON_SHARD_DELETED |
NON_SHARD_UPDATED |
UNKNOWN |
UPDATED |
Modifier and Type | Method and Description |
---|---|
static Node.SolrApiNodeStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Node.SolrApiNodeStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Node.SolrApiNodeStatus UPDATED
public static final Node.SolrApiNodeStatus DELETED
public static final Node.SolrApiNodeStatus UNKNOWN
public static final Node.SolrApiNodeStatus NON_SHARD_DELETED
public static final Node.SolrApiNodeStatus NON_SHARD_UPDATED
public static Node.SolrApiNodeStatus[] values()
for (Node.SolrApiNodeStatus c : Node.SolrApiNodeStatus.values()) System.out.println(c);
public static Node.SolrApiNodeStatus 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 nullCopyright © 2005–2020 Alfresco Software. All rights reserved.