public interface DuplicateIDCache
Modifier and Type | Method and Description |
---|---|
void |
addToCache(byte[] duplicateID) |
void |
addToCache(byte[] duplicateID,
Transaction tx) |
void |
addToCache(byte[] duplicateID,
Transaction tx,
boolean instantAdd)
it will add the data to the cache.
|
boolean |
atomicVerify(byte[] duplID,
Transaction tx) |
void |
clear() |
boolean |
contains(byte[] duplicateID) |
void |
deleteFromCache(byte[] duplicateID) |
List<Pair<byte[],Long>> |
getMap() |
void |
load(List<Pair<byte[],Long>> theIds) |
void |
load(Transaction tx,
byte[] duplID) |
boolean contains(byte[] duplicateID)
boolean atomicVerify(byte[] duplID, Transaction tx) throws Exception
Exception
void addToCache(byte[] duplicateID, Transaction tx) throws Exception
Exception
void addToCache(byte[] duplicateID, Transaction tx, boolean instantAdd) throws Exception
Exception
void load(Transaction tx, byte[] duplID)
Copyright © 2021 JBoss by Red Hat. All rights reserved.