public class DumpProperties extends Object
Modifier and Type | Field and Description |
---|---|
static DumpProperties |
DEFAULT |
static int |
DEFAULT_MAX_LEVEL |
Constructor and Description |
---|
DumpProperties(int maxlevel,
Set<String> show,
Set<String> hide,
int keys,
boolean metainfo,
boolean showUDFs) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getHide() |
int |
getMaxKeys() |
int |
getMaxlevel() |
boolean |
getMetainfo() |
Set<String> |
getShow() |
boolean |
getShowUDFs() |
public static final int DEFAULT_MAX_LEVEL
public static final DumpProperties DEFAULT
Copyright © 2016. All rights reserved.