public enum BranchedDataPolicy extends Enum<BranchedDataPolicy>
| Modifier and Type | Method and Description |
|---|---|
static File |
getBranchedDataDirectory(File storeDir,
long timestamp) |
static File |
getBranchedDataRootDirectory(File storeDir) |
abstract void |
handle(File storeDir) |
static boolean |
isBranchedDataDirectory(File directory) |
static boolean |
isBranchedDataRootDirectory(File directory) |
static File[] |
listBranchedDataDirectories(File storeDir) |
static BranchedDataPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BranchedDataPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BranchedDataPolicy keep_all
public static final BranchedDataPolicy keep_last
public static final BranchedDataPolicy keep_none
public static BranchedDataPolicy[] values()
for (BranchedDataPolicy c : BranchedDataPolicy.values()) System.out.println(c);
public static BranchedDataPolicy 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 abstract void handle(File storeDir) throws IOException
IOExceptionpublic static boolean isBranchedDataRootDirectory(File directory)
public static boolean isBranchedDataDirectory(File directory)
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.