public class GridPerformanceSuggestions extends Object
| Constructor and Description |
|---|
GridPerformanceSuggestions() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String sug) |
void |
add(String sug,
boolean suppress) |
void |
logSuggestions(GridLogger log,
String gridName) |
String |
toString() |
public void add(String sug)
sug - Suggestion to add.public void add(String sug, boolean suppress)
sug - Suggestion to add.suppress - True to suppress this suggestion.public void logSuggestions(GridLogger log, @Nullable String gridName)
log - Log.gridName - Grid name.Copyright © 2014. All rights reserved.