public interface DistributedUniqueTimeDeduplicator
| Modifier and Type | Method and Description |
|---|---|
int |
compareAndRetainNewer(long timestampHostId)
As
compareByHostId(long) but also retains timestampHostId if it is newer. |
int |
compareByHostId(long timestampHostId)
Compares
timestampHostId with the last timestamp held for its host id. |
int compareByHostId(long timestampHostId)
timestampHostId with the last timestamp held for its host id.timestampHostId - value embedding time and host idint compareAndRetainNewer(long timestampHostId)
compareByHostId(long) but also retains timestampHostId if it is newer.Copyright © 2026 Chronicle Software Ltd. All rights reserved.