public static enum SlaveClient.SlaveRequestType extends Enum<SlaveClient.SlaveRequestType> implements org.neo4j.com.RequestType<Slave>
| Enum Constant and Description |
|---|
PULL_UPDATES |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.com.ObjectSerializer |
getObjectSerializer() |
org.neo4j.com.TargetCaller |
getTargetCaller() |
byte |
id() |
boolean |
responseShouldBeUnpacked() |
static SlaveClient.SlaveRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlaveClient.SlaveRequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SlaveClient.SlaveRequestType PULL_UPDATES
public static SlaveClient.SlaveRequestType[] values()
for (SlaveClient.SlaveRequestType c : SlaveClient.SlaveRequestType.values()) System.out.println(c);
public static SlaveClient.SlaveRequestType 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 org.neo4j.com.TargetCaller getTargetCaller()
getTargetCaller in interface org.neo4j.com.RequestType<Slave>public org.neo4j.com.ObjectSerializer getObjectSerializer()
getObjectSerializer in interface org.neo4j.com.RequestType<Slave>public byte id()
id in interface org.neo4j.com.RequestType<Slave>public boolean responseShouldBeUnpacked()
responseShouldBeUnpacked in interface org.neo4j.com.RequestType<Slave>Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.