public interface PositionLinks
Modifier and Type | Interface and Description |
---|---|
static interface |
PositionLinks.Factory |
static interface |
PositionLinks.FactoryBuilder |
Modifier and Type | Method and Description |
---|---|
long |
getSizeInBytes() |
int |
next(int position,
int probePosition,
Page allProbeChannelsPage)
Iterate over position links.
|
int |
start(int position,
int probePosition,
Page allProbeChannelsPage)
Initialize iteration over position links.
|
long getSizeInBytes()
int start(int position, int probePosition, Page allProbeChannelsPage)
When there are no more position -1 is returned
int next(int position, int probePosition, Page allProbeChannelsPage)
Copyright © 2012–2019. All rights reserved.