Uses of Class
org.infinispan.commands.functional.ReadWriteManyEntriesCommand
-
Packages that use ReadWriteManyEntriesCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.functional org.infinispan.commands.triangle org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.interceptors.xsite Interceptors dealing with cross-site replication.org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. -
-
Uses of ReadWriteManyEntriesCommand in org.infinispan.commands
Methods in org.infinispan.commands that return ReadWriteManyEntriesCommand Modifier and Type Method Description <K,V,T,R>
ReadWriteManyEntriesCommand<K,V,T,R>CommandsFactory. buildReadWriteManyEntriesCommand(Map<?,?> entries, BiFunction<T,EntryView.ReadWriteEntryView<K,V>,R> f, Params params, DataConversion keyDataConversion, DataConversion valueDataConversion)<K,V,T,R>
ReadWriteManyEntriesCommand<K,V,T,R>CommandsFactoryImpl. buildReadWriteManyEntriesCommand(Map<?,?> entries, BiFunction<T,EntryView.ReadWriteEntryView<K,V>,R> f, Params params, DataConversion keyDataConversion, DataConversion valueDataConversion)Methods in org.infinispan.commands with parameters of type ReadWriteManyEntriesCommand Modifier and Type Method Description ObjectAbstractVisitor. visitReadWriteManyEntriesCommand(InvocationContext ctx, ReadWriteManyEntriesCommand command)ObjectVisitor. visitReadWriteManyEntriesCommand(InvocationContext ctx, ReadWriteManyEntriesCommand command) -
Uses of ReadWriteManyEntriesCommand in org.infinispan.commands.functional
Methods in org.infinispan.commands.functional that return ReadWriteManyEntriesCommand Modifier and Type Method Description ReadWriteManyEntriesCommand<K,V,T,R>ReadWriteManyEntriesCommand. withArguments(Map<?,?> entries)Constructors in org.infinispan.commands.functional with parameters of type ReadWriteManyEntriesCommand Constructor Description ReadWriteManyEntriesCommand(ReadWriteManyEntriesCommand command) -
Uses of ReadWriteManyEntriesCommand in org.infinispan.commands.triangle
Methods in org.infinispan.commands.triangle with parameters of type ReadWriteManyEntriesCommand Modifier and Type Method Description <K,V,T,R>
voidMultiEntriesFunctionalBackupWriteCommand. setReadWrite(ReadWriteManyEntriesCommand<K,V,T,R> command, Collection<Object> keys) -
Uses of ReadWriteManyEntriesCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type ReadWriteManyEntriesCommand Modifier and Type Method Description ObjectDDAsyncInterceptor. visitReadWriteManyEntriesCommand(InvocationContext ctx, ReadWriteManyEntriesCommand command) -
Uses of ReadWriteManyEntriesCommand in org.infinispan.interceptors.distribution
-
Uses of ReadWriteManyEntriesCommand in org.infinispan.interceptors.impl
-
Uses of ReadWriteManyEntriesCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type ReadWriteManyEntriesCommand Modifier and Type Method Description ObjectAbstractLockingInterceptor. visitReadWriteManyEntriesCommand(InvocationContext ctx, ReadWriteManyEntriesCommand command) -
Uses of ReadWriteManyEntriesCommand in org.infinispan.interceptors.xsite
Methods in org.infinispan.interceptors.xsite with parameters of type ReadWriteManyEntriesCommand Modifier and Type Method Description ObjectNonTransactionalBackupInterceptor. visitReadWriteManyEntriesCommand(InvocationContext ctx, ReadWriteManyEntriesCommand command) -
Uses of ReadWriteManyEntriesCommand in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type ReadWriteManyEntriesCommand Modifier and Type Method Description ObjectStateTransferInterceptor. visitReadWriteManyEntriesCommand(InvocationContext ctx, ReadWriteManyEntriesCommand command) -
Uses of ReadWriteManyEntriesCommand in org.infinispan.util
Methods in org.infinispan.util that return ReadWriteManyEntriesCommand Modifier and Type Method Description static <K,V,T,R>
ReadWriteManyEntriesCommand<K,V,T,R>TriangleFunctionsUtil. copy(ReadWriteManyEntriesCommand<K,V,T,R> command, Collection<Object> keys)Methods in org.infinispan.util with parameters of type ReadWriteManyEntriesCommand Modifier and Type Method Description static <K,V,T,R>
BackupWriteCommandTriangleFunctionsUtil. backupFrom(CommandsFactory factory, ReadWriteManyEntriesCommand<K,V,T,R> command, Collection<Object> keys)static <K,V,T,R>
ReadWriteManyEntriesCommand<K,V,T,R>TriangleFunctionsUtil. copy(ReadWriteManyEntriesCommand<K,V,T,R> command, Collection<Object> keys)
-