public class DruidSegmentInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DruidSegmentInfo.DeepStorageType |
| Constructor and Description |
|---|
DruidSegmentInfo(String dataSource,
String version,
Optional<Map<String,String>> loadSpecification,
Optional<Map<String,Object>> shardSpecification,
Integer binaryVersion,
long size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getBinaryVersion() |
String |
getDataSource() |
URI |
getDeepStoragePath() |
DruidSegmentInfo.DeepStorageType |
getDeepStorageType() |
Optional<Map<String,String>> |
getLoadSpecification() |
Optional<Map<String,Object>> |
getShardSpecification() |
long |
getSize() |
String |
getVersion() |
int |
hashCode() |
String |
toString() |
public String getDataSource()
public String getVersion()
public Integer getBinaryVersion()
public long getSize()
public DruidSegmentInfo.DeepStorageType getDeepStorageType()
public URI getDeepStoragePath()
Copyright © 2012–2021. All rights reserved.