public static enum PipesServer.STATUS extends Enum<PipesServer.STATUS>
| Enum Constant and Description | 
|---|
| CALL | 
| EMIT_EXCEPTION | 
| EMIT_SUCCESS | 
| EMIT_SUCCESS_PARSE_EXCEPTION | 
| EMITTER_NOT_FOUND | 
| EMPTY_OUTPUT | 
| FAILED_TO_START | 
| FETCH_EXCEPTION | 
| FETCHER_INITIALIZATION_EXCEPTION | 
| FETCHER_NOT_FOUND | 
| OOM | 
| PARSE_EXCEPTION_NO_EMIT | 
| PARSE_SUCCESS | 
| PING | 
| READY | 
| TIMEOUT | 
| Modifier and Type | Method and Description | 
|---|---|
| static PipesServer.STATUS | lookup(int val) | 
| static PipesServer.STATUS | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static PipesServer.STATUS[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final PipesServer.STATUS READY
public static final PipesServer.STATUS CALL
public static final PipesServer.STATUS PING
public static final PipesServer.STATUS FAILED_TO_START
public static final PipesServer.STATUS FETCHER_NOT_FOUND
public static final PipesServer.STATUS EMITTER_NOT_FOUND
public static final PipesServer.STATUS FETCHER_INITIALIZATION_EXCEPTION
public static final PipesServer.STATUS FETCH_EXCEPTION
public static final PipesServer.STATUS PARSE_SUCCESS
public static final PipesServer.STATUS PARSE_EXCEPTION_NO_EMIT
public static final PipesServer.STATUS EMIT_SUCCESS
public static final PipesServer.STATUS EMIT_SUCCESS_PARSE_EXCEPTION
public static final PipesServer.STATUS EMIT_EXCEPTION
public static final PipesServer.STATUS OOM
public static final PipesServer.STATUS TIMEOUT
public static final PipesServer.STATUS EMPTY_OUTPUT
public static PipesServer.STATUS[] values()
for (PipesServer.STATUS c : PipesServer.STATUS.values()) System.out.println(c);
public static PipesServer.STATUS 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 static PipesServer.STATUS lookup(int val)
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.