Package net.ontopia.topicmaps.impl.rdbms
Class QueryLookup<V>
java.lang.Object
net.ontopia.topicmaps.impl.rdbms.QueryLookup<V>
- All Implemented Interfaces:
TransactionalLookupIndexIF<ParameterArray,V>
INTERNAL: Non-shared locator lookup index.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidabort()voidcommit()get(ParameterArray params) put(ParameterArray key, V value) remove(ParameterArray key) voidremoveAll(Collection<ParameterArray> keys)
-
Field Details
-
qname
-
txn
-
cache
-
lru
-
-
Constructor Details
-
QueryLookup
-
-
Method Details
-
get
- Specified by:
getin interfaceTransactionalLookupIndexIF<ParameterArray,V>
-
put
- Specified by:
putin interfaceTransactionalLookupIndexIF<ParameterArray,V>
-
remove
- Specified by:
removein interfaceTransactionalLookupIndexIF<ParameterArray,V>
-
removeAll
- Specified by:
removeAllin interfaceTransactionalLookupIndexIF<ParameterArray,V>
-
commit
public void commit()- Specified by:
commitin interfaceTransactionalLookupIndexIF<ParameterArray,V>
-
abort
public void abort()- Specified by:
abortin interfaceTransactionalLookupIndexIF<ParameterArray,V>
-