Package | Description |
---|---|
alluxio.master.file.meta |
Modifier and Type | Method and Description |
---|---|
Set<TtlBucket> |
TtlBucketList.getExpiredBuckets(long time)
Retrieves buckets whose ttl interval has expired before the specified time, that is, the
bucket's interval start time should be less than or equal to (specified time - ttl interval).
|
Modifier and Type | Method and Description |
---|---|
int |
TtlBucket.compareTo(TtlBucket ttlBucket)
Compares this bucket's TTL interval start time to that of another bucket.
|
Modifier and Type | Method and Description |
---|---|
void |
TtlBucketList.removeBuckets(Set<TtlBucket> buckets)
Removes all buckets in the set.
|
Copyright © 2023. All Rights Reserved.