public class ImmutableDruidDataSource extends Object
| Constructor and Description | 
|---|
ImmutableDruidDataSource(String name,
                        com.google.common.collect.ImmutableMap<String,String> properties,
                        com.google.common.collect.ImmutableMap<String,DataSegment> idToSegments)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
String | 
getName()  | 
Map<String,String> | 
getProperties()  | 
DataSegment | 
getSegment(String segmentIdentifier)  | 
Collection<DataSegment> | 
getSegments()  | 
int | 
hashCode()  | 
boolean | 
isEmpty()  | 
String | 
toString()  | 
public ImmutableDruidDataSource(String name, com.google.common.collect.ImmutableMap<String,String> properties, com.google.common.collect.ImmutableMap<String,DataSegment> idToSegments)
public String getName()
public boolean isEmpty()
public Collection<DataSegment> getSegments()
public DataSegment getSegment(String segmentIdentifier)
Copyright © 2011–2018. All rights reserved.