public final class StateClusteringCommandFactory extends Object
| Constructor and Description |
|---|
StateClusteringCommandFactory() |
| Modifier and Type | Method and Description |
|---|---|
static StateClusteringCommandCollection |
getCommandCollection(AbstractContext[] contexts,
Map excludedReplicationPatterns) |
static StateClusteringCommand |
getRemoveCommand(AbstractContext abstractContext) |
static StateClusteringCommand |
getUpdateCommand(AbstractContext context,
Map excludedPropertyPatterns,
boolean includeAllProperties) |
static StateClusteringCommand |
getUpdateCommand(AbstractContext context,
String[] propertyNames) |
public static StateClusteringCommandCollection getCommandCollection(AbstractContext[] contexts, Map excludedReplicationPatterns)
public static StateClusteringCommand getUpdateCommand(AbstractContext context, Map excludedPropertyPatterns, boolean includeAllProperties)
context - The contextexcludedPropertyPatterns - The property patterns to be excludedincludeAllProperties - True - Include all properties,
False - Include only property differencespublic static StateClusteringCommand getUpdateCommand(AbstractContext context, String[] propertyNames) throws ClusteringFault
ClusteringFaultpublic static StateClusteringCommand getRemoveCommand(AbstractContext abstractContext)
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.