| Package | Description |
|---|---|
| net.openhft.chronicle.hash |
Contains common interfaces and utilities for
ChronicleMaps (net.openhft.chronicle.map package) and
ChronicleSets
(net.openhft.chronicle.set package). |
| net.openhft.chronicle.hash.replication | |
| net.openhft.chronicle.map | |
| net.openhft.chronicle.set |
Contains
ChronicleSet interface and
ChronicleSetBuilder class. |
| Modifier and Type | Method and Description |
|---|---|
B |
ChronicleHashBuilder.timeProvider(TimeProvider timeProvider)
Configures a time provider, used by hash containers, created by this builder, for needs of
replication consensus protocol (conflicting data updates resolution).
|
| Modifier and Type | Field and Description |
|---|---|
static TimeProvider |
TimeProvider.SYSTEM
Delegates
currentTimeMillis() to System.currentTimeMillis(). |
| Modifier and Type | Method and Description |
|---|---|
ChronicleMapBuilder<K,V> |
ChronicleMapBuilder.timeProvider(TimeProvider timeProvider) |
| Modifier and Type | Method and Description |
|---|---|
ChronicleSetBuilder<E> |
ChronicleSetBuilder.timeProvider(TimeProvider timeProvider) |
Copyright © 2015. All rights reserved.