Package | Description |
---|---|
alluxio.membership |
Modifier and Type | Method and Description |
---|---|
AlluxioEtcdClient.Lease |
AlluxioEtcdClient.createLease()
Create lease with default ttl and timeout.
|
AlluxioEtcdClient.Lease |
AlluxioEtcdClient.createLease(long ttlInSec,
long timeout,
TimeUnit timeUnit)
Create a lease with timeout and ttl.
|
AlluxioEtcdClient.Lease |
DefaultServiceEntity.getLease() |
Modifier and Type | Method and Description |
---|---|
boolean |
AlluxioEtcdClient.isLeaseExpired(AlluxioEtcdClient.Lease lease)
Check with etcd if a lease is already expired.
|
void |
AlluxioEtcdClient.revokeLease(AlluxioEtcdClient.Lease lease)
Revoke given lease.
|
void |
DefaultServiceEntity.setLease(AlluxioEtcdClient.Lease lease)
Set lease.
|
Copyright © 2023. All Rights Reserved.