org.gudy.azureus2.plugins.disk
Interface DiskManagerEvent

All Known Implementing Classes:
DiskManagerChannelImpl.request.event, DiskManagerFileInfoFile.channel.request.event, DiskManagerFileInfoStream.context.channel.request.event, DiskManagerFileInfoURL.channel.request.event, TranscodeJobOutputLeecher.Channel.request.event

public interface DiskManagerEvent


Field Summary
static int EVENT_TYPE_BLOCKED
           
static int EVENT_TYPE_FAILED
           
static int EVENT_TYPE_SUCCESS
           
 
Method Summary
 PooledByteBuffer getBuffer()
           
 Throwable getFailure()
           
 int getLength()
           
 long getOffset()
           
 int getType()
           
 

Field Detail

EVENT_TYPE_SUCCESS

static final int EVENT_TYPE_SUCCESS
See Also:
Constant Field Values

EVENT_TYPE_FAILED

static final int EVENT_TYPE_FAILED
See Also:
Constant Field Values

EVENT_TYPE_BLOCKED

static final int EVENT_TYPE_BLOCKED
See Also:
Constant Field Values
Method Detail

getType

int getType()

getOffset

long getOffset()

getLength

int getLength()

getBuffer

PooledByteBuffer getBuffer()

getFailure

Throwable getFailure()