|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Segment | |
---|---|
krati.core.array | |
krati.core.segment |
Uses of Segment in krati.core.array |
---|
Fields in krati.core.array declared as Segment | |
---|---|
protected Segment |
SimpleDataArray._segment
|
Methods in krati.core.array that return Segment | |
---|---|
protected Segment |
SimpleDataArray.getCurrentSegment()
|
Uses of Segment in krati.core.segment |
---|
Classes in krati.core.segment that implement Segment | |
---|---|
class |
AbstractSegment
AbstractSegment |
class |
ChannelSegment
ChannelSegment |
class |
MappedSegment
MappedSegment |
class |
MemorySegment
MemorySegment |
class |
WriteBufferSegment
WriteBufferSegment |
Methods in krati.core.segment that return Segment | |
---|---|
Segment |
MemorySegmentFactory.createSegment(int segmentId,
File segmentFile,
int initialSizeMB,
Segment.Mode mode)
|
Segment |
SegmentFactory.createSegment(int segmentId,
File segmentFile,
int initialSizeMB,
Segment.Mode mode)
|
Segment |
MappedSegmentFactory.createSegment(int segmentId,
File segmentFile,
int initialSizeMB,
Segment.Mode mode)
|
Segment |
ChannelSegmentFactory.createSegment(int segmentId,
File segmentFile,
int initialSizeMB,
Segment.Mode mode)
|
Segment |
WriteBufferSegmentFactory.createSegment(int segmentId,
File segmentFile,
int initialSizeMB,
Segment.Mode mode)
|
Segment |
SegmentManager.getCurrentSegment()
|
Segment |
SegmentReadOnlyException.getSegment()
|
Segment |
SegmentOverflowException.getSegment()
|
Segment |
SegmentModeEvent.getSegment()
|
Segment |
SegmentManager.getSegment(int index)
|
Segment |
SegmentManager.nextSegment()
Gets the next segment available for read and write. |
Methods in krati.core.segment with parameters of type Segment | |
---|---|
boolean |
SegmentManager.freeSegment(Segment seg)
Frees a segment. |
int |
MemorySegment.transferTo(int pos,
int length,
Segment targetSegment)
|
int |
WriteBufferSegment.transferTo(int pos,
int length,
Segment targetSegment)
|
int |
ChannelSegment.transferTo(int pos,
int length,
Segment targetSegment)
|
int |
Segment.transferTo(int pos,
int length,
Segment targetSegment)
|
int |
MappedSegment.transferTo(int pos,
int length,
Segment targetSegment)
|
Constructors in krati.core.segment with parameters of type Segment | |
---|---|
SegmentModeEvent(Segment segment)
|
|
SegmentOverflowException(Segment seg)
|
|
SegmentOverflowException(Segment seg,
SegmentOverflowException.Type type)
|
|
SegmentReadOnlyException(Segment seg)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |