public static enum LineageCacheConfig.ReuseCacheType extends Enum<LineageCacheConfig.ReuseCacheType>
| Enum Constant and Description | 
|---|
| NONE | 
| REUSE_FULL | 
| REUSE_HYBRID | 
| REUSE_MULTILEVEL | 
| REUSE_PARTIAL | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isFullReuse() | 
| boolean | isMultilevelReuse() | 
| static boolean | isNone() | 
| boolean | isPartialReuse() | 
| static LineageCacheConfig.ReuseCacheType | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static LineageCacheConfig.ReuseCacheType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final LineageCacheConfig.ReuseCacheType REUSE_FULL
public static final LineageCacheConfig.ReuseCacheType REUSE_PARTIAL
public static final LineageCacheConfig.ReuseCacheType REUSE_MULTILEVEL
public static final LineageCacheConfig.ReuseCacheType REUSE_HYBRID
public static final LineageCacheConfig.ReuseCacheType NONE
public static LineageCacheConfig.ReuseCacheType[] values()
for (LineageCacheConfig.ReuseCacheType c : LineageCacheConfig.ReuseCacheType.values()) System.out.println(c);
public static LineageCacheConfig.ReuseCacheType 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 nullpublic boolean isFullReuse()
public boolean isPartialReuse()
public boolean isMultilevelReuse()
public static boolean isNone()
Copyright © 2021 The Apache Software Foundation. All rights reserved.