| Package | Description | 
|---|---|
| io.druid.client | 
| Modifier and Type | Method and Description | 
|---|---|
ServerView.CallbackAction | 
ServerView.SegmentCallback.segmentAdded(DruidServerMetadata server,
            io.druid.timeline.DataSegment segment)
Called when a segment is added to a server. 
 | 
ServerView.CallbackAction | 
ServerView.BaseSegmentCallback.segmentAdded(DruidServerMetadata server,
            io.druid.timeline.DataSegment segment)  | 
ServerView.CallbackAction | 
ServerView.SegmentCallback.segmentRemoved(DruidServerMetadata server,
              io.druid.timeline.DataSegment segment)
Called when a segment is removed from a server. 
 | 
ServerView.CallbackAction | 
ServerView.BaseSegmentCallback.segmentRemoved(DruidServerMetadata server,
              io.druid.timeline.DataSegment segment)  | 
ServerView.CallbackAction | 
ServerView.SegmentCallback.segmentViewInitialized()  | 
ServerView.CallbackAction | 
ServerView.BaseSegmentCallback.segmentViewInitialized()  | 
ServerView.CallbackAction | 
ServerView.ServerCallback.serverRemoved(DruidServer server)
Called when a server is removed. 
 | 
static ServerView.CallbackAction | 
ServerView.CallbackAction.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ServerView.CallbackAction[] | 
ServerView.CallbackAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ServerInventoryView.runSegmentCallbacks(com.google.common.base.Function<ServerView.SegmentCallback,ServerView.CallbackAction> fn)  | 
Copyright © 2015. All rights reserved.