public static class Writer.Context extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Writer.Context.Phase |
Constructor and Description |
---|
Context(LRMIInvocationTrace trace) |
Modifier and Type | Method and Description |
---|---|
protected Writer.Context |
createContextForDuplication() |
Writer.Context |
duplicate() |
ByteBuffer |
getBuffer() |
long |
getCreationTime() |
int |
getCurrentPosition() |
Writer.Context.Phase |
getPhase() |
int |
getTotalBytesWritten() |
int |
getTotalLength() |
LRMIInvocationTrace |
getTrace() |
boolean |
isSystemResponse() |
void |
setBuffer(ByteBuffer buffer) |
void |
setCurrentPosition(int currentPosition) |
void |
setPhase(Writer.Context.Phase phase) |
void |
setTotalBytesWritten(int totalBytesWritten) |
void |
setTotalLength(int totalLength) |
public Context(LRMIInvocationTrace trace)
public void setBuffer(ByteBuffer buffer)
public ByteBuffer getBuffer()
public void setTotalBytesWritten(int totalBytesWritten)
public int getTotalBytesWritten()
public void setCurrentPosition(int currentPosition)
public int getCurrentPosition()
public void setTotalLength(int totalLength)
public int getTotalLength()
public void setPhase(Writer.Context.Phase phase)
public Writer.Context.Phase getPhase()
public LRMIInvocationTrace getTrace()
public boolean isSystemResponse()
public long getCreationTime()
public Writer.Context duplicate()
protected Writer.Context createContextForDuplication()
Copyright © GigaSpaces.