Interface AddRemoveIndexed
-
public interface AddRemoveIndexed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(Long buildId)
void
remove(BuildIdAndTimestamp build)
-
-
-
Method Detail
-
add
void add(Long buildId) throws InterruptedException
- Throws:
InterruptedException
-
remove
void remove(BuildIdAndTimestamp build) throws InterruptedException
- Throws:
InterruptedException
-
-