Package | Description |
---|---|
com.hazelcast.query.impl.getters |
Helper classes for extractions of values from object instances.
|
com.hazelcast.util.collection |
The Agrona project backport: collections.
|
Modifier and Type | Method and Description |
---|---|
WeightedEvictableList.WeightedItem<JsonPattern> |
JsonGetterContext.addOrVoteForPattern(JsonPattern pattern) |
Modifier and Type | Method and Description |
---|---|
List<WeightedEvictableList.WeightedItem<JsonPattern>> |
JsonGetterContext.getPatternListSnapshot() |
Modifier and Type | Method and Description |
---|---|
void |
JsonGetterContext.voteFor(WeightedEvictableList.WeightedItem<JsonPattern> item) |
Modifier and Type | Method and Description |
---|---|
WeightedEvictableList.WeightedItem<T> |
WeightedEvictableList.addOrVote(T item)
Adds a new item to the list or votes for the given item if it
already exists.
|
WeightedEvictableList.WeightedItem<T> |
WeightedEvictableList.getWeightedItem(int index) |
Modifier and Type | Method and Description |
---|---|
List<WeightedEvictableList.WeightedItem<T>> |
WeightedEvictableList.getList() |
Modifier and Type | Method and Description |
---|---|
void |
WeightedEvictableList.voteFor(WeightedEvictableList.WeightedItem<T> weightedItem)
Casts a vote for given list node.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.