Package | Description |
---|---|
com.gemstone.gemfire.distributed |
Provides information about, access to, and common tools for GemFire
distributed systems.
|
Modifier and Type | Method and Description |
---|---|
static DistributedLockService |
DistributedLockService.create(String serviceName,
DistributedSystem ds)
Create a DistributedLockService with the given serviceName for the
given DistributedSystem.
|
static DistributedLockService |
DistributedLockService.getServiceNamed(String serviceName)
Look up and return the DistributedLockService with the given name,
if it has been created in this VM.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.