public static enum MetadataStore.PruneMode extends Enum<MetadataStore.PruneMode>
MetadataStore.prune(PruneMode, long)| Enum Constant and Description |
|---|
ALL_BY_MODTIME |
TOMBSTONES_BY_LASTUPDATED |
| Modifier and Type | Method and Description |
|---|---|
static MetadataStore.PruneMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataStore.PruneMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataStore.PruneMode ALL_BY_MODTIME
public static final MetadataStore.PruneMode TOMBSTONES_BY_LASTUPDATED
public static MetadataStore.PruneMode[] values()
for (MetadataStore.PruneMode c : MetadataStore.PruneMode.values()) System.out.println(c);
public static MetadataStore.PruneMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2008–2022 Apache Software Foundation. All rights reserved.