Uses of Class
nl.tue.storage.StorageException
-
Packages that use StorageException Package Description nl.tue.astar nl.tue.astar.impl nl.tue.storage nl.tue.storage.compressor nl.tue.storage.impl -
-
Uses of StorageException in nl.tue.astar
Methods in nl.tue.astar that throw StorageException Modifier and Type Method Description <H extends Head,T extends Tail>
State<H,T>Record. getState(CompressedStore<State<H,T>> storage)retrieves the state stored at index getState() from the storage. -
Uses of StorageException in nl.tue.astar.impl
Methods in nl.tue.astar.impl that throw StorageException Modifier and Type Method Description booleanStateCompressor. equals(State<H,T> object, CompressedStore<State<H,T>> store, long l)intStateCompressor. getHashCode(CompressedStore<State<H,T>> store, long l) -
Uses of StorageException in nl.tue.storage
Methods in nl.tue.storage that throw StorageException Modifier and Type Method Description CompressedStoreHashSetImpl.Result<K>CompressedHashSet. add(K val)Returns the index of the given object in the backing store.longCompressedStore. addToStorage(T object)Adds a deflated version of the provided object to the storate.longCompressedHashSet. contains(K val)Returns the index of the given object in the backing store.static voidStorageTest. doTest(nl.tue.storage.StorageTest.ErrorCount counter)static voidStorageTest. doTestInThread(nl.tue.storage.StorageTest.ErrorCount counter, CompressedHashSet<java.util.List<?>> s, java.lang.StringBuffer buff, java.util.List<?>[] m, java.util.Set<java.lang.Integer> codes)booleanEqualOperation.Default. equals(K object, CompressedStore<K> store, long l)Check for equality between a given object and a location in the store.booleanEqualOperation. equals(K object, CompressedStore<K> store, long l)Check for equality between a given object and a location in the store.intHashOperation.Default. getHashCode(CompressedStore<K> store, long l)Retrieve the object from the store and return its hashCode.intHashOperation. getHashCode(CompressedStore<K> store, long l)Returns the hashCode of the object stored in the store at index l.KCompressedHashSet. getObject(long l)Return the original object stored at index l in the backing storage.TCompressedStore. getObject(long index)Retrieves the object at a the given index.static voidStorageTest. main(java.lang.String[] args) -
Uses of StorageException in nl.tue.storage.compressor
Methods in nl.tue.storage.compressor that throw StorageException Modifier and Type Method Description booleanAbstractFixedLengthListCompressor. equals(java.util.List<K> vector, CompressedStore<java.util.List<K>> store, long l)booleanCompressableCompressor. equals(C object, CompressedStore<C> store, long l)intAbstractFixedLengthListCompressor. getHashCode(CompressedStore<java.util.List<K>> store, long l)Retrieve the object from the store and return its hashCode.intCompressableCompressor. getHashCode(CompressedStore<C> store, long l)Retrieve the object from the store and return its hashCode. -
Uses of StorageException in nl.tue.storage.impl
Methods in nl.tue.storage.impl that throw StorageException Modifier and Type Method Description CompressedStoreHashSetImpl.Result<K>CompressedStoreHashSetImpl. add(K val)longCompressedStoreImpl. addToStorage(T object)longCompressedStoreHashSetImpl. contains(K val)The contains method is not synchronized.KCompressedStoreHashSetImpl. getObject(long l)TCompressedStoreImpl. getObject(long index)
-