| Package | Description |
|---|---|
| org.apache.activemq.artemis.core.io | |
| org.apache.activemq.artemis.core.io.buffer | |
| org.apache.activemq.artemis.core.io.nio |
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractSequentialFile.LocalBufferObserver |
| Modifier and Type | Field and Description |
|---|---|
protected TimedBufferObserver |
AbstractSequentialFile.timedBufferObserver
Instead of having AIOSequentialFile implementing the Observer, I have done it on an inner class.
|
| Modifier and Type | Method and Description |
|---|---|
protected TimedBufferObserver |
AbstractSequentialFile.createTimedBufferObserver() |
| Modifier and Type | Method and Description |
|---|---|
void |
TimedBuffer.setObserver(TimedBufferObserver observer) |
| Modifier and Type | Method and Description |
|---|---|
protected TimedBufferObserver |
NIOSequentialFile.createTimedBufferObserver() |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.