Package com.gemstone.gemfire.distributed.internal

Examples of com.gemstone.gemfire.distributed.internal.SharedConfiguration


        }
      }

      private InternalLocator stopSharedConfigurationService(final InternalLocator locator) {
        if (isClusterConfigurationEnabled(locator)) {
          SharedConfiguration sharedConfiguration = locator.getSharedConfiguration();

          if (sharedConfiguration != null) {
            if (Boolean.valueOf(System.getProperty("spring.gemfire.fork.clean", Boolean.TRUE.toString()))) {
              sharedConfiguration.destroySharedConfiguration();
            }
          }
        }

        return locator;
View Full Code Here

TOP

Related Classes of com.gemstone.gemfire.distributed.internal.SharedConfiguration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.