Remove use of the org.apache.geode.distributed.internal.DistributionConfig class to refer to the 'gemfire.' property prefix.

Resolves gh-70.
This commit is contained in:
John Blum
2020-02-21 19:24:52 -08:00
parent 295975e73b
commit d9a9b7d698
2 changed files with 4 additions and 2 deletions

View File

@@ -26,6 +26,8 @@ import org.apache.geode.management.internal.security.ResourceConstants;
*/
public abstract class GeodeConstants {
public static final String GEMFIRE_PROPERTY_PREFIX = DistributionConfig.GEMFIRE_PREFIX;
// Logging Constants (referring to Properties)
public static final String LOG_DISK_SPACE_LIMIT = DistributionConfig.LOG_DISK_SPACE_LIMIT_NAME;
public static final String LOG_FILE = DistributionConfig.LOG_FILE_NAME;