MCPcopy Index your code
hub / github.com/apache/ignite / add

Method add

modules/core/src/main/java/org/apache/ignite/IgniteSet.java:42–42  ·  view source on GitHub ↗

{@inheritDoc}

(T t)

Source from the content-addressed store, hash-verified

40public interface IgniteSet<T> extends Set<T>, Closeable {
41 /** {@inheritDoc} */
42 @Override boolean add(T t) throws IgniteException;
43
44 /** {@inheritDoc} */
45 @Override boolean addAll(Collection<? extends T> c) throws IgniteException;

Callers 15

applyMethod · 0.95
processClassFileMethod · 0.65
getThrowableListMethod · 0.65
executeMethod · 0.65
checkMethod · 0.65
processSuiteMethod · 0.65
getOrphanedTestsMethod · 0.65
prepareLogListenersMethod · 0.65
checkSpanMethod · 0.65
exportMethod · 0.65
unrollByParentMethod · 0.65

Implementers 2

GridCacheQueueProxymodules/core/src/main/java/org/apache/
GridCacheSetProxymodules/core/src/main/java/org/apache/

Calls

no outgoing calls

Tested by 15

applyMethod · 0.76
checkMethod · 0.52
processSuiteMethod · 0.52
getOrphanedTestsMethod · 0.52
prepareLogListenersMethod · 0.52
checkSpanMethod · 0.52
exportMethod · 0.52
unrollByParentMethod · 0.52
checkLimitMethod · 0.52