
public class OOpenResponse extends Object implements OBinaryResponse
| Constructor and Description |
|---|
OOpenResponse() |
OOpenResponse(int sessionId,
byte[] sessionToken,
int[] clusterIds,
String[] clusterNames,
byte[] distriConf,
String version) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getClusterIds() |
String[] |
getClusterNames() |
byte[] |
getDistributedConfiguration() |
int |
getSessionId() |
byte[] |
getSessionToken() |
void |
read(OChannelDataInput network,
OStorageRemoteSession session) |
void |
write(OChannelDataOutput channel,
int protocolVersion,
ORecordSerializer serializer) |
public void write(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
write in interface OBinaryResponseIOExceptionpublic void read(OChannelDataInput network, OStorageRemoteSession session) throws IOException
read in interface OBinaryResponseIOExceptionpublic int getSessionId()
public byte[] getSessionToken()
public int[] getClusterIds()
public String[] getClusterNames()
public byte[] getDistributedConfiguration()
Copyright © 2009–2025 OrientDB. All rights reserved.