Beispiel #1
0
 protected ReadBuffer createBuffer() throws FileNotFoundException, InterruptedException {
   return buffer = new CReadBuffer(Buffers.getBuffers(Direction.IN), this);
 }
Beispiel #2
0
 protected WriteBuffer createWriteBuffer() throws IOException {
   return cwb = new CWriteBuffer(Buffers.getBuffers(Direction.OUT), this);
 }
Beispiel #3
0
 public void setUpThrottling() {
   Buffers.getBuffers(BUFDIR).getThrottleManager().register(cb);
 }