public class PruneCauses<T> 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) |
PruneCauses.BriefAndDetailedError |
toJsonObject() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public void addPruningMsg(T table, CandidateTablePruneCause msg)
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–2018 Apache Software Foundation. All rights reserved.