| Package | Description |
|---|---|
| org.mule.runtime.core.internal.streaming.object |
| Modifier and Type | Method and Description |
|---|---|
Position |
InMemoryObjectStreamBuffer.toPosition(long position)
Transforms the given index based
position to a Position
object |
Position |
ObjectStreamBuffer.toPosition(long position)
Transforms the given index based
position to a Position
object |
| Modifier and Type | Method and Description |
|---|---|
int |
Position.compareTo(Position o) |
boolean |
Bucket.contains(Position position) |
Optional<Bucket<T>> |
ObjectStreamBuffer.getBucketFor(Position position)
Returns the
Bucket for the given position |
Optional<Bucket<T>> |
AbstractObjectStreamBuffer.getBucketFor(Position position) |
protected Optional<Bucket<T>> |
InMemoryObjectStreamBuffer.getPresentBucket(Position position) |
protected abstract Optional<Bucket<T>> |
AbstractObjectStreamBuffer.getPresentBucket(Position position) |
protected void |
AbstractObjectStreamBuffer.setMaxPosition(Position maxPosition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InMemoryObjectStreamBuffer.initialize(Optional<Position> maxPosition,
Bucket<T> initialBucket) |
protected abstract void |
AbstractObjectStreamBuffer.initialize(Optional<Position> maxPosition,
Bucket<T> initialBucket) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.