| Package | Description | 
|---|---|
| io.druid.segment.realtime.appenderator | 
| Modifier and Type | Method and Description | 
|---|---|
static SegmentWithState.SegmentState | 
SegmentWithState.SegmentState.fromString(String name)  | 
SegmentWithState.SegmentState | 
SegmentWithState.getState()  | 
static SegmentWithState.SegmentState | 
SegmentWithState.SegmentState.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SegmentWithState.SegmentState[] | 
SegmentWithState.SegmentState.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SegmentWithState.setState(SegmentWithState.SegmentState state)  | 
| Constructor and Description | 
|---|
SegmentWithState(SegmentIdentifier segmentIdentifier,
                SegmentWithState.SegmentState state,
                DataSegment dataSegment)  | 
Copyright © 2011–2018. All rights reserved.