public class OReloadResponse extends Object implements OBinaryResponse
Constructor and Description |
---|
OReloadResponse() |
OReloadResponse(String[] clusterNames,
int[] clusterIds) |
Modifier and Type | Method and Description |
---|---|
int[] |
getClusterIds() |
String[] |
getClusterNames() |
void |
read(OChannelDataInput network,
OStorageRemoteSession session) |
void |
write(OChannelDataOutput channel,
int protocolVersion,
ORecordSerializer serializer) |
public OReloadResponse()
public OReloadResponse(String[] clusterNames, int[] clusterIds)
public void read(OChannelDataInput network, OStorageRemoteSession session) throws IOException
read
in interface OBinaryResponse
IOException
public void write(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
write
in interface OBinaryResponse
IOException
public String[] getClusterNames()
public int[] getClusterIds()
Copyright © 2009–2020 OrientDB. All rights reserved.