public final class TriangleFunctionsUtil extends Object
TriangleDistributionInterceptor
.public static PutMapCommand copy(PutMapCommand command, Collection<Object> keys)
public static <K,V,T> WriteOnlyManyEntriesCommand<K,V,T> copy(WriteOnlyManyEntriesCommand<K,V,T> command, Collection<Object> keys)
public static <K,V> WriteOnlyManyCommand<K,V> copy(WriteOnlyManyCommand<K,V> command, Collection<Object> keys)
public static <K,V,R> ReadWriteManyCommand<K,V,R> copy(ReadWriteManyCommand<K,V,R> command, Collection<Object> keys)
public static <K,V,T,R> ReadWriteManyEntriesCommand<K,V,T,R> copy(ReadWriteManyEntriesCommand<K,V,T,R> command, Collection<Object> keys)
public static Map<Object,Object> mergeHashMap(ValidResponse response, Map<Object,Object> resultMap)
public static Void voidMerge(ValidResponse ignored1, Void ignored2)
public static List<Object> mergeList(ValidResponse response, List<Object> resultList)
public static Map<Integer,Collection<Object>> filterBySegment(LocalizedCacheTopology cacheTopology, Collection<Object> keys)
public static <K,V> Map<K,V> filterEntries(Map<K,V> map, Collection<Object> keys)
public static BackupWriteCommand backupFrom(CommandsFactory factory, PutKeyValueCommand command)
public static BackupWriteCommand backupFrom(CommandsFactory factory, RemoveCommand command)
public static BackupWriteCommand backupFrom(CommandsFactory factory, ReplaceCommand command)
public static BackupWriteCommand backupFrom(CommandsFactory factory, ComputeIfAbsentCommand command)
public static BackupWriteCommand backupFrom(CommandsFactory factory, ComputeCommand command)
public static BackupWriteCommand backupFrom(CommandsFactory factory, ReadWriteKeyValueCommand command)
public static BackupWriteCommand backupFrom(CommandsFactory factory, ReadWriteKeyCommand command)
public static BackupWriteCommand backupFrom(CommandsFactory factory, WriteOnlyKeyValueCommand command)
public static BackupWriteCommand backupFrom(CommandsFactory factory, WriteOnlyKeyCommand command)
public static BackupWriteCommand backupFrom(CommandsFactory factory, PutMapCommand command, Collection<Object> keys)
public static <K,V,T> BackupWriteCommand backupFrom(CommandsFactory factory, WriteOnlyManyEntriesCommand<K,V,T> command, Collection<Object> keys)
public static <K,V,T,R> BackupWriteCommand backupFrom(CommandsFactory factory, ReadWriteManyEntriesCommand<K,V,T,R> command, Collection<Object> keys)
public static <K,V> BackupWriteCommand backupFrom(CommandsFactory factory, WriteOnlyManyCommand<K,V> command, Collection<Object> keys)
public static <K,V,R> BackupWriteCommand backupFrom(CommandsFactory factory, ReadWriteManyCommand<K,V,R> command, Collection<Object> keys)
Copyright © 2021 JBoss by Red Hat. All rights reserved.