Package | Description |
---|---|
com.hazelcast.spi.impl.merge |
This package contains split-brain related classes.
|
Modifier and Type | Method and Description |
---|---|
CacheMergingEntryImpl |
CacheMergingEntryImpl.setCreationTime(long creationTime) |
CacheMergingEntryImpl |
CacheMergingEntryImpl.setExpirationTime(long expirationTime) |
CacheMergingEntryImpl |
CacheMergingEntryImpl.setHits(long hits) |
CacheMergingEntryImpl |
CacheMergingEntryImpl.setKey(Data key) |
CacheMergingEntryImpl |
CacheMergingEntryImpl.setLastAccessTime(long lastAccessTime) |
CacheMergingEntryImpl |
CacheMergingEntryImpl.setValue(Data value) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.