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()RIndexRowStore. 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)RIndexRowStore. put(R newRow)RIndexRowStore. 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 voidLongKeyValueStoreBasicTest. testEntryIterator()voidObjectKeyValueStoreBasicTest. testEntryIterator()voidLongKeyValueStoreBasicTest. testGetAndRemove()voidObjectKeyValueStoreBasicTest. testGetAndRemove()voidLongKeyValueStoreBasicTest. testPut()voidObjectKeyValueStoreBasicTest. testPut()voidLongKeyValueStoreBasicTest. testRemove()voidObjectKeyValueStoreBasicTest. 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()voidOperationExecutor. executeOperation(Object descriptor)ObjectLongKeyValueStore. get(long key)ObjectObjectKeyValueStore. get(Object key)ObjectLongKeyValueStore. getAndRemove(long key)ObjectObjectKeyValueStore. getAndRemove(Object key)byte[]IgniteMarshaller. marshal(Object object)voidLongKeyValueStore. put(long key, Object value)voidObjectKeyValueStore. put(Object key, Object value)voidLongKeyValueStore. remove(long key)voidObjectKeyValueStore. remove(Object key)ObjectIgniteMarshaller. unmarshal(byte[] bytes)
-