79808182838485
log.info("Starting up {}", getClass().getSimpleName()); if (hazelcastInstance == null) { throw new IllegalArgumentException("Hazelcast hazelcastInstance must not be null"); } cleanupService = new CleanupService(hazelcastInstance.getName()); }
66676869707172
} @Override public void start(final Settings settings, final Properties properties) throws CacheException { super.start(settings, properties); cleanupService = new CleanupService(instance.getName()); }
77787980818283
74757677787980