|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ContentModification.Type>
org.jboss.system.server.profileservice.repository.clustered.sync.ContentModification.Type
public static enum ContentModification.Type
Enum Constant Summary | |
---|---|
DIR_TIMESTAMP_MISMATCH
This node's directory with the same path as the related RepositoryItemMetadata has a different timestamp. |
|
MKDIR_FROM_CLUSTER
This node needs to make a new directory |
|
MKDIR_TO_CLUSTER
This node needs to tell the cluster to make a new directory |
|
PREPARE_RMDIR_FROM_CLUSTER
This node needs to prepare to remove a directory. |
|
PREPARE_RMDIR_TO_CLUSTER
This node needs to tell the cluster to prepare to remove a directory. |
|
PULL_FROM_CLUSTER
This node needs to pull the item from the cluster and store it locally. |
|
PUSH_INPUT_STREAM_TO_CLUSTER
This node needs to push the item to the cluster. |
|
PUSH_TO_CLUSTER
This node needs to push the item to the cluster. |
|
REMOVAL_METADATA_FROM_CLUSTER
This node needs to add some metadata for an item that has been removed. |
|
REMOVE_FROM_CLUSTER
This node it needs to remove this item locally. |
|
REMOVE_TO_CLUSTER
This node needs to tell the cluster to remove the item. |
Method Summary | |
---|---|
static ContentModification.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ContentModification.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ContentModification.Type PULL_FROM_CLUSTER
public static final ContentModification.Type REMOVE_FROM_CLUSTER
public static final ContentModification.Type PUSH_TO_CLUSTER
public static final ContentModification.Type PUSH_INPUT_STREAM_TO_CLUSTER
public static final ContentModification.Type REMOVE_TO_CLUSTER
public static final ContentModification.Type MKDIR_FROM_CLUSTER
public static final ContentModification.Type MKDIR_TO_CLUSTER
public static final ContentModification.Type PREPARE_RMDIR_TO_CLUSTER
RepositorySynchronizationAction
to rollback the directory removal.
public static final ContentModification.Type PREPARE_RMDIR_FROM_CLUSTER
RepositorySynchronizationAction
to rollback the directory removal.
public static final ContentModification.Type DIR_TIMESTAMP_MISMATCH
public static final ContentModification.Type REMOVAL_METADATA_FROM_CLUSTER
true
to RepositoryItemMetadata.isRemoved()
.
Method Detail |
---|
public static ContentModification.Type[] values()
for (ContentModification.Type c : ContentModification.Type.values()) System.out.println(c);
public static ContentModification.Type valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |