|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScheduledEntry | |
|---|---|
| com.hazelcast.collection.impl.queue | |
| com.hazelcast.concurrent.lock | This package contains Lock for Hazelcast. The ILock is the distributed version of the Lock. |
| com.hazelcast.partition.impl | Contains the actual implementation of the InternalPartitionService. |
| com.hazelcast.replicatedmap.impl | This package contains the implementation of the replicated map service itself and some connection interfaces only used internally - No public API! |
| com.hazelcast.util.scheduler | This package contains scheduler classes for Util |
| Uses of ScheduledEntry in com.hazelcast.collection.impl.queue |
|---|
| Method parameters in com.hazelcast.collection.impl.queue with type arguments of type ScheduledEntry | |
|---|---|
void |
QueueEvictionProcessor.process(EntryTaskScheduler<String,Void> scheduler,
Collection<ScheduledEntry<String,Void>> entries)
|
| Uses of ScheduledEntry in com.hazelcast.concurrent.lock |
|---|
| Method parameters in com.hazelcast.concurrent.lock with type arguments of type ScheduledEntry | |
|---|---|
void |
LockEvictionProcessor.process(EntryTaskScheduler<Data,Integer> scheduler,
Collection<ScheduledEntry<Data,Integer>> entries)
|
| Uses of ScheduledEntry in com.hazelcast.partition.impl |
|---|
| Methods in com.hazelcast.partition.impl that return types with arguments of type ScheduledEntry | |
|---|---|
List<ScheduledEntry<Integer,ReplicaSyncInfo>> |
InternalPartitionServiceImpl.getScheduledReplicaSyncRequests()
|
| Uses of ScheduledEntry in com.hazelcast.replicatedmap.impl |
|---|
| Method parameters in com.hazelcast.replicatedmap.impl with type arguments of type ScheduledEntry | |
|---|---|
void |
ReplicatedMapEvictionProcessor.process(EntryTaskScheduler<Object,Object> scheduler,
Collection<ScheduledEntry<Object,Object>> entries)
|
| Uses of ScheduledEntry in com.hazelcast.util.scheduler |
|---|
| Methods in com.hazelcast.util.scheduler that return ScheduledEntry | |
|---|---|
ScheduledEntry<K,V> |
EntryTaskScheduler.cancel(K key)
|
ScheduledEntry<K,V> |
EntryTaskScheduler.get(K key)
|
| Method parameters in com.hazelcast.util.scheduler with type arguments of type ScheduledEntry | |
|---|---|
void |
ScheduledEntryProcessor.process(EntryTaskScheduler<K,V> scheduler,
Collection<ScheduledEntry<K,V>> entries)
Processes all entries. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||