public interface DistributedUniqueTimeDeduplicator
Modifier and Type | Method and Description |
---|---|
int |
compareAndRetainNewer(long timestampHostId)
Compare this new timestamp to the previously retained timestamp for the hostId and retaining the timestamp
|
int |
compareByHostId(long timestampHostId)
Compare this new timestamp to the previously retained timstamp for the hostId
|
int compareByHostId(long timestampHostId)
timestampHostId
- to compareint compareAndRetainNewer(long timestampHostId)
timestampHostId
- to compareCopyright © 2022. All rights reserved.