public class FireHydrant extends Object
Constructor and Description |
---|
FireHydrant(IncrementalIndex index,
int count,
String segmentIdentifier) |
FireHydrant(Segment adapter,
int count) |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
IncrementalIndex |
getIndex() |
ReferenceCountingSegment |
getSegment() |
boolean |
hasSwapped() |
void |
swapSegment(Segment adapter) |
String |
toString() |
public FireHydrant(IncrementalIndex index, int count, String segmentIdentifier)
public FireHydrant(Segment adapter, int count)
public IncrementalIndex getIndex()
public ReferenceCountingSegment getSegment()
public int getCount()
public boolean hasSwapped()
public void swapSegment(Segment adapter)
Copyright © 2011–2015. All rights reserved.