| Package | Description |
|---|---|
| org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
| org.infinispan.interceptors.impl |
Basic interceptors
|
| Modifier and Type | Method and Description |
|---|---|
RemoveExpiredCommand |
CommandsFactory.buildRemoveExpiredCommand(Object key,
Object value,
int segment,
long flagsBitSet)
Builds an expired remove command that is used to remove only a specific entry when it expires via maxIdle
|
RemoveExpiredCommand |
CommandsFactoryImpl.buildRemoveExpiredCommand(Object key,
Object value,
int segment,
long flagsBitSet) |
RemoveExpiredCommand |
CommandsFactory.buildRemoveExpiredCommand(Object key,
Object value,
int segment,
Long lifespan,
long flagsBitSet)
Builds an expired remove command that is used to remove only a specific entry when it expires via lifespan
|
RemoveExpiredCommand |
CommandsFactoryImpl.buildRemoveExpiredCommand(Object key,
Object value,
int segment,
Long lifespan,
long flagsBitSet) |
| Modifier and Type | Method and Description |
|---|---|
default Object |
Visitor.visitRemoveExpiredCommand(InvocationContext ctx,
RemoveExpiredCommand command) |
| Modifier and Type | Method and Description |
|---|---|
Object |
CallInterceptor.visitRemoveExpiredCommand(InvocationContext ctx,
RemoveExpiredCommand command) |
Object |
EntryWrappingInterceptor.visitRemoveExpiredCommand(InvocationContext ctx,
RemoveExpiredCommand command) |
Object |
NonTxIracLocalSiteInterceptor.visitRemoveExpiredCommand(InvocationContext ctx,
RemoveExpiredCommand command) |
Object |
PessimisticTxIracLocalInterceptor.visitRemoveExpiredCommand(InvocationContext ctx,
RemoveExpiredCommand command) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.