Skip to content

Commit

Permalink
GEODE-1377: Renaming SystemConfigurationProperties to DistributedSyst…
Browse files Browse the repository at this point in the history
…emConfigProperties
  • Loading branch information
Udo Kohlmeyer committed Jun 2, 2016
1 parent 05ed016 commit 1e985eb
Show file tree
Hide file tree
Showing 585 changed files with 1,596 additions and 1,187 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

import java.util.*;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.LOCATORS;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.LOCATORS;

public class ClientServerRegionFactoryDelegate extends RegionFactoryDelegate {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import java.util.Iterator;
import java.util.Properties;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;

public class RegionFactoryDelegate {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import java.util.Properties;
import java.util.logging.Level;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;
import static org.junit.Assert.assertEquals;

@Category(IntegrationTest.class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import java.util.Properties;
import java.util.logging.Level;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;

@Ignore("Can this test be deleted?")
@Category(IntegrationTest.class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.atomic.AtomicBoolean;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;

public abstract class AbstractCache {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import java.io.IOException;
import java.io.PrintWriter;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;
import static junit.framework.Assert.*;

public abstract class TestSessionsBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import com.gemstone.gemfire.cache.CacheFactory;
import com.gemstone.gemfire.distributed.AbstractLauncher.Status;
import com.gemstone.gemfire.distributed.LocatorLauncher.Builder;
import com.gemstone.gemfire.distributed.internal.DistributionConfig;
import com.gemstone.gemfire.internal.AvailablePortHelper;
import com.gemstone.gemfire.internal.process.ProcessType;
import com.gemstone.gemfire.internal.process.ProcessUtils;
Expand All @@ -39,7 +38,7 @@

import static org.junit.Assert.*;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;

/**
* These tests are part of assembly as they require the REST war file to be present.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
import java.util.concurrent.ConcurrentLinkedDeque;
import java.util.concurrent.TimeUnit;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;
import static com.gemstone.gemfire.test.dunit.Assert.*;
import static com.gemstone.gemfire.test.dunit.Wait.waitForCriterion;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import com.gemstone.gemfire.GemFireException;
import com.gemstone.gemfire.cache.server.CacheServer;
import com.gemstone.gemfire.distributed.ServerLauncher;
import com.gemstone.gemfire.distributed.SystemConfigurationProperties;
import com.gemstone.gemfire.distributed.internal.DistributionConfig;
import com.gemstone.gemfire.internal.DistributionLocator;
import com.gemstone.gemfire.internal.lang.StringUtils;
Expand All @@ -35,7 +34,7 @@
import java.io.File;
import java.util.*;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;
import static org.junit.Assert.*;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import com.gemstone.gemfire.cache.RegionShortcut;
import com.gemstone.gemfire.cache.wan.GatewaySender.OrderPolicy;
import com.gemstone.gemfire.distributed.Locator;
import com.gemstone.gemfire.distributed.SystemConfigurationProperties;
import com.gemstone.gemfire.distributed.internal.InternalLocator;
import com.gemstone.gemfire.internal.ClassBuilder;
import com.gemstone.gemfire.internal.JarDeployer;
Expand Down Expand Up @@ -51,7 +50,7 @@

import static com.gemstone.gemfire.cache.RegionShortcut.PARTITION;
import static com.gemstone.gemfire.cache.RegionShortcut.REPLICATE;
import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;
import static com.gemstone.gemfire.internal.AvailablePortHelper.getRandomAvailableTCPPorts;
import static com.gemstone.gemfire.internal.FileUtil.delete;
import static com.gemstone.gemfire.internal.FileUtil.deleteMatching;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import com.fasterxml.jackson.databind.DeserializationFeature;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.gemstone.gemfire.cache.*;
import com.gemstone.gemfire.distributed.internal.DistributionConfig;
import com.gemstone.gemfire.internal.AvailablePortHelper;
import com.gemstone.gemfire.internal.GemFireVersion;
import com.gemstone.gemfire.internal.util.IOUtils;
Expand Down Expand Up @@ -50,7 +49,7 @@
import java.text.SimpleDateFormat;
import java.util.*;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;
import static org.junit.Assert.*;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import com.gemstone.gemfire.cache.Cache;
import com.gemstone.gemfire.cache.CacheFactory;
import com.gemstone.gemfire.cache.execute.FunctionService;
import com.gemstone.gemfire.distributed.internal.DistributionConfig;
import com.gemstone.gemfire.distributed.internal.InternalDistributedSystem;
import com.gemstone.gemfire.internal.AvailablePortHelper;
import com.gemstone.gemfire.internal.GemFireVersion;
Expand All @@ -47,7 +46,7 @@
import java.util.Properties;
import java.util.Random;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;

public class RestAPITestBase extends DistributedTestCase {
protected Cache cache = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import com.gemstone.gemfire.cache.server.CacheServer;
import com.gemstone.gemfire.cache.server.ServerLoadProbe;
import com.gemstone.gemfire.distributed.DistributedSystem;
import com.gemstone.gemfire.distributed.internal.DistributionConfig;
import com.gemstone.gemfire.internal.AvailablePort;
import com.gemstone.gemfire.internal.AvailablePortHelper;
import com.gemstone.gemfire.internal.cache.GemFireCacheImpl;
Expand All @@ -50,7 +49,7 @@
import java.io.InputStreamReader;
import java.util.*;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;

/**
* Dunit Test containing inter - operations between REST Client and Gemfire cache client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import org.apache.http.client.methods.CloseableHttpResponse;

import java.util.Properties;
import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;

public class RestAPIsOnMembersFunctionExecutionDUnitTest extends RestAPITestBase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import java.net.UnknownHostException;
import java.util.*;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;

@Category(IntegrationTest.class)
public class RestAPIsQueryAndFEJUnitTest extends TestCase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import com.gemstone.gemfire.cache.client.internal.LocatorTestBase;
import com.gemstone.gemfire.cache.server.CacheServer;
import com.gemstone.gemfire.distributed.DistributedSystem;
import com.gemstone.gemfire.distributed.internal.DistributionConfig;
import com.gemstone.gemfire.distributed.internal.InternalDistributedSystem;
import com.gemstone.gemfire.internal.AvailablePort;
import com.gemstone.gemfire.internal.AvailablePortHelper;
Expand Down Expand Up @@ -53,7 +52,7 @@
import java.util.Map;
import java.util.Properties;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;

/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@
package com.gemstone.gemfire.admin;

import com.gemstone.gemfire.admin.internal.InetAddressUtil;
import com.gemstone.gemfire.distributed.SystemConfigurationProperties;
import com.gemstone.gemfire.distributed.internal.DistributionConfig;

import java.util.Properties;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;


/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
import java.util.*;
import java.util.concurrent.*;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;

/**
* Represents a GemFire distributed system for remote administration/management.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import com.gemstone.gemfire.admin.CacheVmConfig;
import com.gemstone.gemfire.internal.admin.GemFireVM;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;

/**
* An implementation of <code>CacheVmConfig</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import com.gemstone.gemfire.internal.admin.GemFireVM;
import com.gemstone.gemfire.internal.admin.remote.RemoteApplicationVM;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;

/**
* Implements the administrative interface to a cache server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import java.io.InputStream;
import java.util.*;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;

/**
* An implementation of the configuration object for an
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import java.net.InetAddress;
import java.util.Properties;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.MCAST_PORT;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.MCAST_PORT;

/**
* Provides an implementation of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import java.util.Iterator;
import java.util.Properties;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;

/**
* Implements the actual administration (starting, stopping, etc.) of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
package com.gemstone.gemfire.admin.internal;

import com.gemstone.gemfire.distributed.SystemConfigurationProperties;
import com.gemstone.gemfire.distributed.DistributedSystemConfigProperties;
import com.gemstone.gemfire.internal.ClassPathLoader;
import com.gemstone.gemfire.internal.i18n.LocalizedStrings;
import org.xml.sax.*;
Expand Down Expand Up @@ -58,7 +58,7 @@ abstract class ManagedEntityConfigXml implements EntityResolver, ErrorHandler {
public static final String REMOTE_COMMAND = "remote-command";

/** The name of the <code>locators</code> element. */
public static final String LOCATORS = SystemConfigurationProperties.LOCATORS;
public static final String LOCATORS = DistributedSystemConfigProperties.LOCATORS;

/** The name of the <code>ssl</code> element. */
public static final String SSL = "ssl";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import com.gemstone.gemfire.admin.ManagedEntityConfig;
import com.gemstone.gemfire.internal.admin.GemFireVM;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.LOCATORS;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.LOCATORS;

/**
* A <code>SystemMember</code> that is also managed (or manageable) by
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import java.util.Properties;
import java.util.StringTokenizer;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;

/**
* Provides the JMX Agent configuration properties.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
package com.gemstone.gemfire.admin.jmx.internal;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;

import com.gemstone.gemfire.admin.*;
import com.gemstone.gemfire.admin.jmx.Agent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@

import java.util.Properties;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.LOCATORS;
import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.MCAST_PORT;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.LOCATORS;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.MCAST_PORT;

/**
* Factory class used to create the singleton {@link ClientCache client cache} and connect to one or more GemFire Cache Servers. If the application wants to connect to GemFire as a peer it should use {@link com.gemstone.gemfire.cache.CacheFactory} instead.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import com.gemstone.gemfire.cache.client.ServerOperationException;
import com.gemstone.gemfire.distributed.DistributedMember;
import com.gemstone.gemfire.distributed.DistributedSystem;
import com.gemstone.gemfire.distributed.internal.DistributionConfig;
import com.gemstone.gemfire.distributed.internal.InternalDistributedSystem;
import com.gemstone.gemfire.distributed.internal.ServerLocation;
import com.gemstone.gemfire.distributed.internal.membership.InternalDistributedMember;
Expand All @@ -45,7 +44,7 @@
import java.io.DataInputStream;
import java.util.Properties;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;

/**
* Authenticates this client (or a user) on a server. This op ideally should get
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicInteger;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.LOCATORS;

/**
* Manages the client side of client to server connections
* and client queues.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
import java.util.logging.Level;
import java.util.logging.Logger;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;

/**
* The AbstractLauncher class is a base class for implementing various launchers to construct and run different GemFire
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
import java.util.*;
import java.util.concurrent.TimeUnit;

import static com.gemstone.gemfire.distributed.SystemConfigurationProperties.*;
import static com.gemstone.gemfire.distributed.DistributedSystemConfigProperties.*;

/**
* A "connection" to a GemFire distributed system. A
Expand Down
Loading

0 comments on commit 1e985eb

Please sign in to comment.