public class ONewDeltaTaskResponse extends Object implements OStreamable
Modifier and Type | Class and Description |
---|---|
static class |
ONewDeltaTaskResponse.ResponseType |
Constructor and Description |
---|
ONewDeltaTaskResponse() |
ONewDeltaTaskResponse(ODistributedDatabaseChunk chunk) |
ONewDeltaTaskResponse(ONewDeltaTaskResponse.ResponseType responseType) |
Modifier and Type | Method and Description |
---|---|
void |
fromStream(DataInput in) |
Optional<ODistributedDatabaseChunk> |
getChunk() |
ONewDeltaTaskResponse.ResponseType |
getResponseType() |
void |
toStream(DataOutput out) |
public ONewDeltaTaskResponse()
public ONewDeltaTaskResponse(ONewDeltaTaskResponse.ResponseType responseType)
public ONewDeltaTaskResponse(ODistributedDatabaseChunk chunk)
public void toStream(DataOutput out) throws IOException
toStream
in interface OStreamable
IOException
public void fromStream(DataInput in) throws IOException
fromStream
in interface OStreamable
IOException
public ONewDeltaTaskResponse.ResponseType getResponseType()
public Optional<ODistributedDatabaseChunk> getChunk()
Copyright © 2009–2020 OrientDB. All rights reserved.