public enum EndpointNameDictionary extends Enum<EndpointNameDictionary>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
PossibleFound |
findOnly(int serviceId,
String endpointName) |
PossibleFound |
findOrPrepare4Register(int serviceId,
String endpointName,
boolean isEntry,
boolean isExit) |
void |
syncRemoteDictionary(RegisterGrpc.RegisterBlockingStub serviceNameDiscoveryServiceBlockingStub) |
static EndpointNameDictionary |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointNameDictionary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EndpointNameDictionary INSTANCE
public static EndpointNameDictionary[] values()
for (EndpointNameDictionary c : EndpointNameDictionary.values()) System.out.println(c);
public static EndpointNameDictionary 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 PossibleFound findOrPrepare4Register(int serviceId, String endpointName, boolean isEntry, boolean isExit)
public PossibleFound findOnly(int serviceId, String endpointName)
public void syncRemoteDictionary(RegisterGrpc.RegisterBlockingStub serviceNameDiscoveryServiceBlockingStub)
public void clear()
Copyright © 2019 The Apache Software Foundation. All rights reserved.