public class PruneCauses<T extends AbstractCubeTable> extends HashMap<T,List<CandidateTablePruneCause>>
| Modifier and Type | Class and Description |
|---|---|
static class |
PruneCauses.BriefAndDetailedError |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
PruneCauses() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPruningMsg(T table,
CandidateTablePruneCause msg) |
String |
getBriefCause() |
HashMap<String,List<CandidateTablePruneCause>> |
getCompact() |
PruneCauses.BriefAndDetailedError |
getJsonObject() |
CandidateTablePruneCause.CandidateTablePruneCode |
getMaxCause() |
HashMap<CandidateTablePruneCause,List<T>> |
getReversed() |
static void |
main(String[] args) |
HashMap<CandidateTablePruneCause,List<T>> |
reverse() |
PruneCauses.BriefAndDetailedError |
toJsonObject() |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic void addPruningMsg(T table, CandidateTablePruneCause msg)
public HashMap<CandidateTablePruneCause,List<T>> reverse()
public PruneCauses.BriefAndDetailedError toJsonObject()
public String getBriefCause()
public static void main(String[] args)
@Generated(value="lombok") public HashMap<CandidateTablePruneCause,List<T>> getReversed()
@Generated(value="lombok") public HashMap<String,List<CandidateTablePruneCause>> getCompact()
@Generated(value="lombok") public CandidateTablePruneCause.CandidateTablePruneCode getMaxCause()
@Generated(value="lombok") public PruneCauses.BriefAndDetailedError getJsonObject()
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.