public final class RaftSessionMetadata extends Object
| Constructor and Description |
|---|
RaftSessionMetadata(long id,
String name,
String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
hashCode() |
String |
serviceName()
Returns the session name.
|
ServiceType |
serviceType()
Returns the session type.
|
SessionId |
sessionId()
Returns the globally unique session identifier.
|
String |
toString() |
public SessionId sessionId()
public String serviceName()
public ServiceType serviceType()
Copyright © 2013–2017. All rights reserved.