public static enum Request.RequestType extends Enum<Request.RequestType>
Enum Constant and Description |
---|
Async |
Cluster |
Failover |
Invoker |
KeyIterator |
Message |
Normal |
Resend |
Response |
Scan |
StreamFailover |
Streaming |
StreamResend |
Sync |
Modifier and Type | Method and Description |
---|---|
static Request.RequestType |
getRequestType(byte value) |
static Request.RequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Request.RequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Request.RequestType Normal
public static final Request.RequestType Resend
public static final Request.RequestType Failover
public static final Request.RequestType Sync
public static final Request.RequestType Async
public static final Request.RequestType Response
public static final Request.RequestType Message
public static final Request.RequestType Invoker
public static final Request.RequestType Streaming
public static final Request.RequestType StreamFailover
public static final Request.RequestType StreamResend
public static final Request.RequestType Scan
public static final Request.RequestType KeyIterator
public static final Request.RequestType Cluster
public static Request.RequestType[] values()
for (Request.RequestType c : Request.RequestType.values()) System.out.println(c);
public static Request.RequestType 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 Request.RequestType getRequestType(byte value)
Copyright © 2016. All rights reserved.