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