Uses of Class
org.apache.ignite.IgniteCheckedException
-
Packages that use IgniteCheckedException Package Description org.apache.ignite.index org.apache.ignite.itests org.apache.ignite.kvs -
-
Uses of IgniteCheckedException in org.apache.ignite.index
Methods in org.apache.ignite.index that throw IgniteCheckedException Modifier and Type Method Description org.apache.ignite.internal.util.lang.GridCursor<R>
IndexRowStore. getAllRows()
R
IndexRowStore. getRow(R lookupRow)
org.apache.ignite.internal.util.lang.GridCursor<R>
IndexRowStore. getRows(R lower, R upper)
org.apache.ignite.internal.util.lang.GridCursor<R>
IndexRowStore. getRowsSparse(Function<R,R> lowerBoundSupplier)
R
IndexRowStore. put(R newRow)
R
IndexRowStore. remove(R row)
-
Uses of IgniteCheckedException in org.apache.ignite.itests
Methods in org.apache.ignite.itests that throw IgniteCheckedException Modifier and Type Method Description void
LongKeyValueStoreBasicTest. testEntryIterator()
void
ObjectKeyValueStoreBasicTest. testEntryIterator()
void
LongKeyValueStoreBasicTest. testGetAndRemove()
void
ObjectKeyValueStoreBasicTest. testGetAndRemove()
void
LongKeyValueStoreBasicTest. testPut()
void
ObjectKeyValueStoreBasicTest. testPut()
void
LongKeyValueStoreBasicTest. testRemove()
void
ObjectKeyValueStoreBasicTest. testRemove()
-
Uses of IgniteCheckedException in org.apache.ignite.kvs
Methods in org.apache.ignite.kvs that throw IgniteCheckedException Modifier and Type Method Description org.apache.ignite.internal.util.lang.GridCursor<LongKeyValueStore.Entry>
LongKeyValueStore. cursor()
org.apache.ignite.internal.util.lang.GridCursor<ObjectKeyValueStore.Entry>
ObjectKeyValueStore. cursor()
void
OperationExecutor. executeOperation(Object descriptor)
Object
LongKeyValueStore. get(long key)
Object
ObjectKeyValueStore. get(Object key)
Object
LongKeyValueStore. getAndRemove(long key)
Object
ObjectKeyValueStore. getAndRemove(Object key)
byte[]
IgniteMarshaller. marshal(Object object)
void
LongKeyValueStore. put(long key, Object value)
void
ObjectKeyValueStore. put(Object key, Object value)
void
LongKeyValueStore. remove(long key)
void
ObjectKeyValueStore. remove(Object key)
Object
IgniteMarshaller. unmarshal(byte[] bytes)
-