A B C D E F G H I J K L M N O P Q R S T U V W Z 

A

AbstractDataStore - Class in com.ohmdb.filestore
 
AbstractDataStore() - Constructor for class com.ohmdb.filestore.AbstractDataStore
 
AbstractRelation<FROM,TO> - Class in com.ohmdb.relation
 
AbstractRelation() - Constructor for class com.ohmdb.relation.AbstractRelation
 
add(E, long) - Method in class com.ohmdb.impl.ComplexIndexImpl
 
add(Object, long) - Method in class com.ohmdb.impl.TreeIndex
 
addComplexIndex(ComplexIndex<?>) - Method in class com.ohmdb.bean.PropertyInfo
 
addListener(TransactionListener) - Method in class com.ohmdb.filestore.FilestoreTransaction
 
addListener(TransactionListener) - Method in class com.ohmdb.transaction.TransactionImpl
 
address - Variable in class com.ohmdb.filestore.Interval
 
address - Variable in class com.ohmdb.filestore.OccupiedSpace
 
addTrigger(TriggerAction, Trigger<E>) - Method in class com.ohmdb.impl.TableImpl
 
addTrigger(TriggerAction, Trigger<E>) - Method in interface com.ohmdb.TableInternals
 
after(Class<T>) - Method in class com.ohmdb.impl.OhmDBImpl
 
all() - Method in class com.ohmdb.impl.AnyIds
 
all() - Method in class com.ohmdb.impl.AnySearch
 
all(long...) - Method in class com.ohmdb.impl.OhmDBImpl
 
all() - Method in class com.ohmdb.impl.TableImpl
 
AnyIds<E> - Class in com.ohmdb.impl
 
AnyIds(long[]) - Constructor for class com.ohmdb.impl.AnyIds
 
AnySearch<E> - Class in com.ohmdb.impl
 
AnySearch(Table<E>) - Constructor for class com.ohmdb.impl.AnySearch
 
appendComplexIndices(ComplexIndex<?>[]) - Method in class com.ohmdb.bean.PropertyInfo
 

B

BeanInfo - Class in com.ohmdb.bean
 
BeanInfo() - Constructor for class com.ohmdb.bean.BeanInfo
 
BeanIntrospector - Class in com.ohmdb.bean
 
BeanIntrospector() - Constructor for class com.ohmdb.bean.BeanIntrospector
 
before(Class<T>) - Method in class com.ohmdb.impl.OhmDBImpl
 
begin() - Method in class com.ohmdb.transaction.TransactionImpl
 
begin(Transaction) - Method in interface com.ohmdb.transaction.Transactor
 
begin(Transaction) - Method in class com.ohmdb.transaction.TransactorImpl
 
BLOCK_OVERHEAD - Static variable in class com.ohmdb.filestore.FileStore
 
BLOCK_SIZE - Static variable in class com.ohmdb.filestore.FileStore
 
BUF_SIZE - Static variable in class com.ohmdb.filestore.FileStore
 
BufferFullException - Exception in com.ohmdb.filestore
 
BufferFullException() - Constructor for exception com.ohmdb.filestore.BufferFullException
 
build() - Method in class com.ohmdb.links.LinksBuilder
 
ByteArrCodec - Class in com.ohmdb.codec
 
ByteArrCodec() - Constructor for class com.ohmdb.codec.ByteArrCodec
 
bytesN - Variable in class com.ohmdb.filestore.KeyAndSize
 

C

cancelId(long) - Method in class com.ohmdb.impl.MapBackedIdColl
 
cardinality() - Method in class com.ohmdb.filestore.ZonesImpl
 
changed(long) - Method in class com.ohmdb.filestore.FilestoreTransaction
 
changed() - Method in class com.ohmdb.filestore.FilestoreTransaction
 
changed(Class<?>, long, String, Object) - Method in class com.ohmdb.impl.IgnorantInsider
 
changing(Class<?>, long, String, Object) - Method in class com.ohmdb.impl.IgnorantInsider
 
checkActive() - Method in class com.ohmdb.filestore.AbstractDataStore
 
clear() - Method in class com.ohmdb.filestore.FileStore
 
clear() - Method in class com.ohmdb.filestore.NoDataStore
 
clear() - Method in class com.ohmdb.impl.FieldColumn
 
clear() - Method in class com.ohmdb.impl.MapBackedIdColl
 
clear() - Method in class com.ohmdb.impl.PropertyColumn
 
clear() - Method in class com.ohmdb.impl.TableImpl
 
clear() - Method in class com.ohmdb.relation.InverseRelation
 
clear() - Method in class com.ohmdb.relation.RelationImpl
 
clearInTx(DatastoreTransaction) - Method in class com.ohmdb.relation.InverseRelation
 
clearInTx(DatastoreTransaction) - Method in class com.ohmdb.relation.RelationImpl
 
com.ohmdb - package com.ohmdb
 
com.ohmdb.bean - package com.ohmdb.bean
 
com.ohmdb.codec - package com.ohmdb.codec
 
com.ohmdb.exception - package com.ohmdb.exception
 
com.ohmdb.factory - package com.ohmdb.factory
 
com.ohmdb.filestore - package com.ohmdb.filestore
 
com.ohmdb.impl - package com.ohmdb.impl
 
com.ohmdb.join - package com.ohmdb.join
 
com.ohmdb.links - package com.ohmdb.links
 
com.ohmdb.relation - package com.ohmdb.relation
 
com.ohmdb.transaction - package com.ohmdb.transaction
 
com.ohmdb.util - package com.ohmdb.util
 
commit(DatastoreTransaction) - Method in class com.ohmdb.filestore.FileStore
 
commit() - Method in class com.ohmdb.filestore.FilestoreTransaction
 
commit(DatastoreTransaction) - Method in class com.ohmdb.filestore.NoDataStore
 
commit() - Method in class com.ohmdb.impl.OhmDBImpl
 
commit() - Method in class com.ohmdb.impl.TableImpl
 
commit() - Method in class com.ohmdb.relation.InverseRelation
 
commit() - Method in class com.ohmdb.relation.RelationImpl
 
commit() - Method in interface com.ohmdb.TableInternals
 
commit() - Method in class com.ohmdb.transaction.TransactionImpl
 
commit(Transaction) - Method in interface com.ohmdb.transaction.Transactor
 
commit(Transaction) - Method in class com.ohmdb.transaction.TransactorImpl
 
commits - Variable in class com.ohmdb.impl.OhmDBStats
 
compare(Interval, Interval) - Method in class com.ohmdb.filestore.IntervalAddressComparator
 
compare(Interval, Interval) - Method in class com.ohmdb.filestore.IntervalLengthComparator
 
compare(JoinSide, JoinSide) - Method in class com.ohmdb.join.DefaultJoinInitializer
 
ComplexIndexImpl<E> - Class in com.ohmdb.impl
 
ComplexIndexImpl(Mapper<E, Object>, Index) - Constructor for class com.ohmdb.impl.ComplexIndexImpl
 
createIndexOn(T) - Method in class com.ohmdb.impl.TableImpl
 
createIndexOn(T, Transformer<T>) - Method in class com.ohmdb.impl.TableImpl
 
createIndexOnNamed(String) - Method in class com.ohmdb.impl.TableImpl
 
createIndexOnNamed(String, Transformer<T>) - Method in class com.ohmdb.impl.TableImpl
 
crit(String, Op, Object) - Method in class com.ohmdb.impl.OhmDBImpl
 

D

DataLoader - Class in com.ohmdb.filestore
 
DataLoader() - Constructor for class com.ohmdb.filestore.DataLoader
 
DbStats - Enum in com.ohmdb.filestore
 
decode(ByteBuffer) - Method in class com.ohmdb.codec.ByteArrCodec
 
decode(ByteBuffer) - Method in interface com.ohmdb.codec.StoreCodec
 
DefaultJoinInitializer - Class in com.ohmdb.join
 
DefaultLinkMatcher - Class in com.ohmdb.join
 
DefaultLinkMatcher() - Constructor for class com.ohmdb.join.DefaultLinkMatcher
 
delete(long) - Method in class com.ohmdb.filestore.DataLoader
 
delete(long) - Method in class com.ohmdb.filestore.FileStore
 
delete(long) - Method in class com.ohmdb.filestore.FilestoreTransaction
 
delete - Variable in class com.ohmdb.filestore.KeyAndSize
 
delete(long) - Method in class com.ohmdb.filestore.MapBackedStoreLoader
 
delete(long) - Method in class com.ohmdb.filestore.NoDataStore
 
delete(long) - Method in interface com.ohmdb.filestore.StoreLoader
 
delete(int) - Method in class com.ohmdb.impl.FieldColumn
 
delete(long) - Method in class com.ohmdb.impl.MapBackedIdColl
 
delete(long) - Method in class com.ohmdb.impl.OhmDBImpl
 
delete(int) - Method in class com.ohmdb.impl.PropertyColumn
 
delete(long, int) - Static method in class com.ohmdb.impl.TableChange
 
delete(long) - Method in class com.ohmdb.impl.TableImpl
 
deleteCell(long, PropertyInfo, int, Object) - Static method in class com.ohmdb.impl.TableChange
 
deleted() - Method in class com.ohmdb.filestore.FilestoreTransaction
 
deleted(Class<?>, long) - Method in class com.ohmdb.impl.IgnorantInsider
 
deleted() - Method in class com.ohmdb.impl.TriggerCreatorImpl
 
deletedLinksFrom(String, long) - Method in class com.ohmdb.impl.IgnorantInsider
 
deletedLinksTo(String, long) - Method in class com.ohmdb.impl.IgnorantInsider
 
deleteFrom(long) - Method in class com.ohmdb.relation.InverseRelation
 
deleteFrom(long) - Method in class com.ohmdb.relation.RelationImpl
 
deleteFromInTx(long, DatastoreTransaction) - Method in class com.ohmdb.relation.InverseRelation
 
deleteFromInTx(long, DatastoreTransaction) - Method in class com.ohmdb.relation.RelationImpl
 
deleteRelsInTx(long, DatastoreTransaction) - Method in class com.ohmdb.impl.OhmDBImpl
 
deletes - Variable in class com.ohmdb.impl.OhmDBStats
 
deleteTo(long) - Method in class com.ohmdb.relation.InverseRelation
 
deleteTo(long) - Method in class com.ohmdb.relation.RelationImpl
 
deleteToInTx(long, DatastoreTransaction) - Method in class com.ohmdb.relation.InverseRelation
 
deleteToInTx(long, DatastoreTransaction) - Method in class com.ohmdb.relation.RelationImpl
 
deleting(Class<?>, long) - Method in class com.ohmdb.impl.IgnorantInsider
 
deletingCell(Class<?>, long, String) - Method in class com.ohmdb.impl.IgnorantInsider
 
deletingLinksFrom(String, long) - Method in class com.ohmdb.impl.IgnorantInsider
 
deletingLinksTo(String, long) - Method in class com.ohmdb.impl.IgnorantInsider
 
delink(long, long) - Method in class com.ohmdb.relation.InverseRelation
 
delink(long, long) - Static method in class com.ohmdb.relation.RelationChange
 
delink(long, long) - Method in class com.ohmdb.relation.RelationImpl
 
delink(RWRelation, long, Numbers) - Static method in class com.ohmdb.util.UTILS
 
delink(RelationInternals, Numbers, long) - Static method in class com.ohmdb.util.UTILS
 
delinked(String, long, long) - Method in class com.ohmdb.impl.IgnorantInsider
 
delinking(String, long, long) - Method in class com.ohmdb.impl.IgnorantInsider
 
describe(Class<?>) - Method in class com.ohmdb.bean.BeanIntrospector
 
dispose() - Method in class com.ohmdb.impl.TreeIndex
 
done() - Method in class com.ohmdb.filestore.FilestoreTransaction
 

E

encode(ByteBuffer, byte[]) - Method in class com.ohmdb.codec.ByteArrCodec
 
encode(ByteBuffer, T) - Method in interface com.ohmdb.codec.StoreCodec
 
end() - Method in class com.ohmdb.filestore.Interval
 
entries() - Method in class com.ohmdb.filestore.StoreInfo
 
equal(Links[], Links[]) - Static method in class com.ohmdb.util.UTILS
 
equal(Links, Links) - Static method in class com.ohmdb.util.UTILS
 
equals(Object) - Method in class com.ohmdb.filestore.Interval
 
equals(Object) - Method in class com.ohmdb.filestore.OccupiedSpace
 
equals(Object) - Method in class com.ohmdb.impl.KeyIds
 
err(String) - Static method in class com.ohmdb.util.UTILS
 
exists(JoinConfig) - Method in class com.ohmdb.join.DefaultLinkMatcher
 
exportFromTo() - Method in class com.ohmdb.relation.InverseRelation
 
exportFromTo() - Method in class com.ohmdb.relation.RelationImpl
 
exportRecord(long) - Method in class com.ohmdb.impl.OhmDBImpl
 
exportToFrom() - Method in class com.ohmdb.relation.InverseRelation
 
exportToFrom() - Method in class com.ohmdb.relation.RelationImpl
 

F

failure(Throwable) - Method in class com.ohmdb.impl.OhmDBImpl
 
FieldColumn - Class in com.ohmdb.impl
 
FieldColumn(Field, List<?>) - Constructor for class com.ohmdb.impl.FieldColumn
 
FileStore - Class in com.ohmdb.filestore
A block will be skipped if the first long number is negative!
FileStore(String, StoreLoader, StoreCodec<?>, OhmDBStats, boolean, WeakReference<Db>) - Constructor for class com.ohmdb.filestore.FileStore
 
FilestoreTransaction - Class in com.ohmdb.filestore
 
fill(long, String, Object) - Method in class com.ohmdb.impl.TableImpl
 
fill(long, long) - Method in class com.ohmdb.relation.InverseRelation
 
fill(long, long) - Method in class com.ohmdb.relation.RelationImpl
 
fill(long, String, Object) - Method in interface com.ohmdb.TableInternals
 
find(SearchCriteria) - Method in class com.ohmdb.impl.TableImpl
 
find(Op, Object) - Method in class com.ohmdb.impl.TreeIndex
 
finished - Variable in class com.ohmdb.filestore.FileStore
 
FIRST_CAP - Static variable in class com.ohmdb.filestore.FileStore
 
forEach(Visitor<E>) - Method in class com.ohmdb.impl.TableImpl
 
forEach(long[], Visitor<E>) - Method in class com.ohmdb.impl.TableImpl
 
forEach(Visitor<E>) - Method in interface com.ohmdb.TableInternals
 
forEach(long[], Visitor<E>) - Method in interface com.ohmdb.TableInternals
 
from(int) - Method in class com.ohmdb.links.LinksImpl
 
from(int) - Method in class com.ohmdb.links.NoLinks
 
from() - Method in class com.ohmdb.relation.InverseRelation
 
from() - Method in class com.ohmdb.relation.RelationImpl
 
from(long[], long[][]) - Static method in class com.ohmdb.util.UTILS
 
froms() - Method in class com.ohmdb.relation.InverseRelation
 
froms() - Method in class com.ohmdb.relation.RelationImpl
 
fromSize() - Method in class com.ohmdb.relation.InverseRelation
 
fromSize() - Method in class com.ohmdb.relation.RelationImpl
 

G

get(Object) - Method in class com.ohmdb.bean.PropertyInfo
 
get(int) - Method in class com.ohmdb.impl.FieldColumn
 
get(long) - Method in class com.ohmdb.impl.MapBackedIdColl
 
get(long) - Method in class com.ohmdb.impl.OhmDBImpl
 
get(int) - Method in class com.ohmdb.impl.PropertyColumn
 
get(long) - Method in class com.ohmdb.impl.TableImpl
 
getAll(long...) - Method in class com.ohmdb.impl.TableImpl
 
getClazz() - Method in class com.ohmdb.impl.TableImpl
 
getClazz() - Method in interface com.ohmdb.TableInternals
 
getColumn() - Method in class com.ohmdb.bean.PropertyInfo
 
getData() - Method in class com.ohmdb.filestore.DataLoader
 
getField() - Method in class com.ohmdb.bean.PropertyInfo
 
getFileSize() - Method in class com.ohmdb.filestore.FileStore
 
getFileSize() - Method in class com.ohmdb.filestore.NoDataStore
 
getGetter() - Method in class com.ohmdb.bean.PropertyInfo
 
getIdtor() - Method in class com.ohmdb.bean.BeanInfo
 
getIndex() - Method in class com.ohmdb.bean.PropertyInfo
 
getIndex() - Method in class com.ohmdb.impl.IndexerImpl
 
getInfo(String) - Method in class com.ohmdb.bean.BeanInfo
 
getInfo(Object) - Method in class com.ohmdb.filestore.StoreInfo
 
getKind() - Method in class com.ohmdb.bean.PropertyInfo
 
getLatestVersion() - Method in class com.ohmdb.filestore.PersistInfo
 
getLinkMatcher() - Method in class com.ohmdb.impl.OhmDBImpl
 
getLock() - Method in class com.ohmdb.impl.TableImpl
 
getLock() - Method in class com.ohmdb.relation.InverseRelation
 
getLock() - Method in class com.ohmdb.relation.RelationImpl
 
getLock() - Method in interface com.ohmdb.TableInternals
 
getName() - Method in class com.ohmdb.bean.PropertyInfo
 
getProperties() - Method in class com.ohmdb.bean.BeanInfo
 
getProps() - Method in class com.ohmdb.bean.BeanInfo
 
gets - Variable in class com.ohmdb.impl.OhmDBStats
 
getSetter() - Method in class com.ohmdb.bean.PropertyInfo
 
getSlots() - Method in class com.ohmdb.filestore.VersionInfo
 
getStats() - Method in class com.ohmdb.filestore.FileStore
 
getStoreTx() - Method in class com.ohmdb.transaction.TransactionImpl
 
getStoreTx() - Method in interface com.ohmdb.transaction.TransactionInternals
 
getting(Class<?>, long) - Method in class com.ohmdb.impl.IgnorantInsider
 
getTransaction() - Method in interface com.ohmdb.transaction.Transactor
 
getTransaction() - Method in class com.ohmdb.transaction.TransactorImpl
 
getTransformer() - Method in class com.ohmdb.bean.PropertyInfo
 
getType() - Method in class com.ohmdb.bean.PropertyInfo
 
getValues() - Method in class com.ohmdb.filestore.MapBackedStoreLoader
 
getVersion(long) - Method in class com.ohmdb.filestore.PersistInfo
 
globalReadLock() - Method in class com.ohmdb.impl.LockManagerImpl
 
globalReadUnlock() - Method in class com.ohmdb.impl.LockManagerImpl
 
globalWriteLock() - Method in class com.ohmdb.impl.LockManagerImpl
 
globalWriteUnlock() - Method in class com.ohmdb.impl.LockManagerImpl
 
got(Class<?>, long, Object) - Method in class com.ohmdb.impl.IgnorantInsider
 

H

has(long) - Method in class com.ohmdb.impl.MapBackedIdColl
 
hashCode() - Method in class com.ohmdb.filestore.Interval
 
hashCode() - Method in class com.ohmdb.filestore.OccupiedSpace
 
hashCode() - Method in class com.ohmdb.impl.KeyIds
 
hasLink(long, long) - Method in class com.ohmdb.relation.InverseRelation
 
hasLink(long, long) - Method in class com.ohmdb.relation.RelationImpl
 
HEADER_SIZE - Static variable in class com.ohmdb.filestore.FileStore
 

I

id1 - Variable in class com.ohmdb.impl.KeyIds
 
id2 - Variable in class com.ohmdb.impl.KeyIds
 
ids() - Method in class com.ohmdb.impl.AnyIds
 
ids() - Method in class com.ohmdb.impl.AnySearch
 
ids() - Method in class com.ohmdb.impl.IdsImpl
 
ids(long...) - Method in class com.ohmdb.impl.OhmDBImpl
 
ids() - Method in class com.ohmdb.impl.RecordsImpl
 
ids() - Method in class com.ohmdb.impl.TableImpl
 
IdsImpl<T> - Class in com.ohmdb.impl
 
IdsImpl(long[]) - Constructor for class com.ohmdb.impl.IdsImpl
 
IgnorantInsider - Class in com.ohmdb.impl
 
IgnorantInsider() - Constructor for class com.ohmdb.impl.IgnorantInsider
 
importRecord(long, byte[]) - Method in class com.ohmdb.impl.OhmDBImpl
 
index(Mapper<E, T>, Object...) - Method in class com.ohmdb.impl.TableImpl
 
index - Variable in class com.ohmdb.join.JoinBridgeRel
 
IndexerImpl<E,T> - Class in com.ohmdb.impl
 
IndexerImpl(ComplexIndex<E>, Index) - Constructor for class com.ohmdb.impl.IndexerImpl
 
info() - Method in class com.ohmdb.relation.InverseRelation
 
info() - Method in class com.ohmdb.relation.RelationImpl
 
insert(Object) - Method in class com.ohmdb.impl.OhmDBImpl
 
insert(E) - Method in class com.ohmdb.impl.TableImpl
 
insert(Map<String, Object>) - Method in class com.ohmdb.impl.TableImpl
 
insertCell(PropertyInfo, long, int, Object) - Static method in class com.ohmdb.impl.TableChange
 
inserted(Class<?>, long, Object) - Method in class com.ohmdb.impl.IgnorantInsider
 
inserted() - Method in class com.ohmdb.impl.TriggerCreatorImpl
 
inserting(Class<?>, long, Object) - Method in class com.ohmdb.impl.IgnorantInsider
 
insertingCell(Class<?>, long, String, Object) - Method in class com.ohmdb.impl.IgnorantInsider
 
insertRow(long, int, boolean) - Static method in class com.ohmdb.impl.TableChange
 
inserts - Variable in class com.ohmdb.impl.OhmDBStats
 
insider - Variable in class com.ohmdb.relation.AbstractRelation
 
INSTANCE - Static variable in class com.ohmdb.join.DefaultJoinInitializer
 
Interval - Class in com.ohmdb.filestore
 
Interval(long, long) - Constructor for class com.ohmdb.filestore.Interval
 
IntervalAddressComparator - Class in com.ohmdb.filestore
 
IntervalAddressComparator() - Constructor for class com.ohmdb.filestore.IntervalAddressComparator
 
IntervalLengthComparator - Class in com.ohmdb.filestore
 
IntervalLengthComparator() - Constructor for class com.ohmdb.filestore.IntervalLengthComparator
 
invalidColumn(Class<?>, String) - Method in class com.ohmdb.impl.IgnorantInsider
 
InvalidColumnException - Exception in com.ohmdb.exception
 
InvalidColumnException(String) - Constructor for exception com.ohmdb.exception.InvalidColumnException
 
invalidId(Class<?>, long) - Method in class com.ohmdb.impl.IgnorantInsider
 
InvalidIdException - Exception in com.ohmdb.exception
 
InvalidIdException(long) - Constructor for exception com.ohmdb.exception.InvalidIdException
 
inverse() - Method in class com.ohmdb.links.LinksImpl
 
inverse() - Method in class com.ohmdb.links.NoLinks
 
inverse() - Method in class com.ohmdb.relation.InverseRelation
 
inverse() - Method in class com.ohmdb.relation.RelationImpl
 
InverseRelation<FROM,TO> - Class in com.ohmdb.relation
 
InverseRelation(RelationInternals) - Constructor for class com.ohmdb.relation.InverseRelation
 
isEnum() - Method in class com.ohmdb.bean.PropertyInfo
 
isReadOnly() - Method in class com.ohmdb.filestore.FilestoreTransaction
 
isValid(long) - Method in class com.ohmdb.impl.MapBackedIdColl
 

J

JoinBridgeImpl - Class in com.ohmdb.join
 
JoinBridgeImpl(Set<JoinBridgeRel>, Set<JoinBridgeRel>) - Constructor for class com.ohmdb.join.JoinBridgeImpl
 
JoinBridgeRel - Class in com.ohmdb.join
 
JoinBridgeRel(ReadOnlyRelation, int, JoinMode) - Constructor for class com.ohmdb.join.JoinBridgeRel
 
jokerator() - Method in class com.ohmdb.impl.TableImpl
 
jokerator() - Method in interface com.ohmdb.TableInternals
 

K

key - Variable in class com.ohmdb.filestore.KeyAndSize
 
KeyAndSize - Class in com.ohmdb.filestore
 
KeyAndSize() - Constructor for class com.ohmdb.filestore.KeyAndSize
 
KeyIds - Class in com.ohmdb.impl
 
KeyIds(long, long) - Constructor for class com.ohmdb.impl.KeyIds
 
kind(boolean, boolean, boolean) - Method in class com.ohmdb.relation.InverseRelation
 
kind(boolean, boolean, boolean) - Method in class com.ohmdb.relation.RelationImpl
 

L

length - Variable in class com.ohmdb.filestore.Interval
 
link(long, long) - Method in class com.ohmdb.links.LinksBuilder
 
link(long, long) - Method in class com.ohmdb.relation.InverseRelation
 
link(long, long) - Static method in class com.ohmdb.relation.RelationChange
 
link(long, long) - Method in class com.ohmdb.relation.RelationImpl
 
link(RWRelation, long, Numbers) - Static method in class com.ohmdb.util.UTILS
 
link(RelationInternals, Numbers, long) - Static method in class com.ohmdb.util.UTILS
 
linkBuilder() - Static method in class com.ohmdb.util.UTILS
 
linked(String, long, long) - Method in class com.ohmdb.impl.IgnorantInsider
 
linking(String, long, long) - Method in class com.ohmdb.impl.IgnorantInsider
 
LinksBuilder - Class in com.ohmdb.links
 
LinksBuilder() - Constructor for class com.ohmdb.links.LinksBuilder
 
linksFrom(long) - Method in class com.ohmdb.relation.InverseRelation
 
linksFrom(long) - Method in class com.ohmdb.relation.RelationImpl
 
linksFrom(SortedMap<Long, SortedSet<Long>>) - Static method in class com.ohmdb.util.UTILS
 
linksFromTos(long[][]) - Static method in class com.ohmdb.util.UTILS
 
LinksImpl - Class in com.ohmdb.links
 
LinksImpl(long[], long[][]) - Constructor for class com.ohmdb.links.LinksImpl
 
linksTo(long) - Method in class com.ohmdb.relation.InverseRelation
 
linksTo(long) - Method in class com.ohmdb.relation.RelationImpl
 
load(long, E) - Method in class com.ohmdb.impl.TableImpl
 
loadVersion(long, Set<Long>) - Method in class com.ohmdb.filestore.PersistInfo
 
LockManagerImpl - Class in com.ohmdb.impl
 
LockManagerImpl(OhmDBStats) - Constructor for class com.ohmdb.impl.LockManagerImpl
 

M

MapBackedIdColl - Class in com.ohmdb.impl
 
MapBackedIdColl(OhmDBStats) - Constructor for class com.ohmdb.impl.MapBackedIdColl
 
MapBackedStoreLoader - Class in com.ohmdb.filestore
 
MapBackedStoreLoader() - Constructor for class com.ohmdb.filestore.MapBackedStoreLoader
 
match(JoinConfig) - Method in class com.ohmdb.join.DefaultLinkMatcher
 
MAX_BLOCKS - Static variable in class com.ohmdb.filestore.FileStore
 
mode - Variable in class com.ohmdb.join.JoinBridgeRel
 
multiIndex(Mapper<E, T[]>, Object...) - Method in class com.ohmdb.impl.TableImpl
 

N

name() - Method in class com.ohmdb.impl.TableImpl
 
name() - Method in class com.ohmdb.relation.InverseRelation
 
name() - Method in class com.ohmdb.relation.RelationImpl
 
nameOf(Object) - Method in class com.ohmdb.impl.TableImpl
 
newId() - Method in class com.ohmdb.impl.MapBackedIdColl
 
newInstance(String) - Static method in class com.ohmdb.factory.OhmDbFactory
 
nextVersion(Set<Long>) - Method in class com.ohmdb.filestore.PersistInfo
 
NO_PATHS - Static variable in class com.ohmdb.util.UTILS
 
NoDataStore - Class in com.ohmdb.filestore
 
NoDataStore(OhmDBImpl) - Constructor for class com.ohmdb.filestore.NoDataStore
 
NoLinks - Class in com.ohmdb.links
 
NoLinks() - Constructor for class com.ohmdb.links.NoLinks
 
NotCompleteException - Exception in com.ohmdb.filestore
 
NotCompleteException(Exception) - Constructor for exception com.ohmdb.filestore.NotCompleteException
 

O

occupied(long) - Method in class com.ohmdb.filestore.ZonesImpl
 
occupiedAll(Set<Long>) - Method in class com.ohmdb.filestore.ZonesImpl
 
OccupiedSpace - Class in com.ohmdb.filestore
 
OccupiedSpace(long, long) - Constructor for class com.ohmdb.filestore.OccupiedSpace
 
occupy(int) - Method in class com.ohmdb.filestore.ZonesImpl
 
OhmDBException - Exception in com.ohmdb.exception
 
OhmDBException(String) - Constructor for exception com.ohmdb.exception.OhmDBException
 
OhmDbFactory - Class in com.ohmdb.factory
 
OhmDbFactory() - Constructor for class com.ohmdb.factory.OhmDbFactory
 
OhmDBImpl - Class in com.ohmdb.impl
 
OhmDBImpl(String) - Constructor for class com.ohmdb.impl.OhmDBImpl
 
OhmDBImpl() - Constructor for class com.ohmdb.impl.OhmDBImpl
 
OhmDBStats - Class in com.ohmdb.impl
 
OhmDBStats() - Constructor for class com.ohmdb.impl.OhmDBStats
 
onError(Exception) - Method in class com.ohmdb.transaction.TransactionImpl
 
onSuccess() - Method in class com.ohmdb.transaction.TransactionImpl
 
optimize(AJoin[], FutureIds[]) - Method in class com.ohmdb.join.DefaultJoinInitializer
 
or() - Method in class com.ohmdb.impl.TriggerOperationImpl
 

P

PersistInfo - Class in com.ohmdb.filestore
 
PersistInfo() - Constructor for class com.ohmdb.filestore.PersistInfo
 
print() - Method in class com.ohmdb.impl.TableImpl
 
PROD - Static variable in class com.ohmdb.util.UTILS
 
PropertyColumn - Class in com.ohmdb.impl
 
PropertyColumn(Method, Method, List<?>) - Constructor for class com.ohmdb.impl.PropertyColumn
 
PropertyInfo - Class in com.ohmdb.bean
 
PropertyInfo() - Constructor for class com.ohmdb.bean.PropertyInfo
 
props() - Method in class com.ohmdb.impl.TableImpl
 
props() - Method in interface com.ohmdb.TableInternals
 

Q

queryHelper() - Method in class com.ohmdb.impl.TableImpl
 

R

reach(long[], int, FutureIds) - Method in class com.ohmdb.join.JoinBridgeImpl
 
read(Class<?>, long, String, Object) - Method in class com.ohmdb.impl.IgnorantInsider
 
read(long) - Method in class com.ohmdb.impl.OhmDBImpl
 
read(long, String) - Method in class com.ohmdb.impl.TableImpl
 
read() - Method in class com.ohmdb.impl.TriggerCreatorImpl
 
reading(Class<?>, long, String) - Method in class com.ohmdb.impl.IgnorantInsider
 
RecordsImpl<E> - Class in com.ohmdb.impl
 
RecordsImpl(Table<E>, long[]) - Constructor for class com.ohmdb.impl.RecordsImpl
 
registerId(long) - Method in class com.ohmdb.impl.MapBackedIdColl
 
rel - Variable in class com.ohmdb.join.JoinBridgeRel
 
relation(Table<?>, String, Table<?>) - Method in class com.ohmdb.impl.OhmDBImpl
 
relation(Table<FROM>, String, Table<TO>, boolean, boolean, boolean) - Method in class com.ohmdb.impl.OhmDBImpl
 
relation(String) - Method in class com.ohmdb.impl.OhmDBImpl
 
RelationChange - Class in com.ohmdb.relation
 
RelationChange(RelationChange.ChangeType, long, long) - Constructor for class com.ohmdb.relation.RelationChange
 
RelationImpl<FROM,TO> - Class in com.ohmdb.relation
 
RelationImpl(Table<FROM>, String, Table<TO>, DataStore, IdColl, Transactor, LockManager, OhmDBStats, boolean, boolean, boolean) - Constructor for class com.ohmdb.relation.RelationImpl
 
RelationImpl(Table<FROM>, String, Table<TO>, DataStore, IdColl, Transactor, LockManager, OhmDBStats) - Constructor for class com.ohmdb.relation.RelationImpl
 
release(long) - Method in class com.ohmdb.filestore.ZonesImpl
 
releaseAll(long...) - Method in class com.ohmdb.filestore.ZonesImpl
 
releaseAll(Set<Long>) - Method in class com.ohmdb.filestore.ZonesImpl
 
remainingLength - Variable in class com.ohmdb.filestore.OccupiedSpace
 
remove(E, long) - Method in class com.ohmdb.impl.ComplexIndexImpl
 
remove(Object, long) - Method in class com.ohmdb.impl.TreeIndex
 
removeOldVersions() - Method in class com.ohmdb.filestore.PersistInfo
 
revertDelete(long, int) - Method in class com.ohmdb.impl.TableImpl
 
revertDeleteCell(long, int, PropertyInfo, Object) - Method in class com.ohmdb.impl.TableImpl
 
rollback(DatastoreTransaction) - Method in class com.ohmdb.filestore.FileStore
 
rollback() - Method in class com.ohmdb.filestore.FilestoreTransaction
 
rollback(DatastoreTransaction) - Method in class com.ohmdb.filestore.NoDataStore
 
rollback() - Method in class com.ohmdb.impl.OhmDBImpl
 
rollback() - Method in class com.ohmdb.impl.TableImpl
 
rollback() - Method in class com.ohmdb.relation.InverseRelation
 
rollback() - Method in class com.ohmdb.relation.RelationImpl
 
rollback() - Method in interface com.ohmdb.TableInternals
 
rollback() - Method in class com.ohmdb.transaction.TransactionImpl
 
rollback(Transaction) - Method in interface com.ohmdb.transaction.Transactor
 
rollback(Transaction) - Method in class com.ohmdb.transaction.TransactorImpl
 
rollbacks - Variable in class com.ohmdb.impl.OhmDBStats
 
run() - Method in class com.ohmdb.filestore.FileStore
 
run() - Method in class com.ohmdb.impl.ShutdownThread
 
run(Trigger<E>) - Method in class com.ohmdb.impl.TriggerOperationImpl
 
running - Variable in class com.ohmdb.filestore.AbstractDataStore
 

S

set(Object, Object) - Method in class com.ohmdb.bean.PropertyInfo
 
set(long, Object) - Method in class com.ohmdb.filestore.DataLoader
 
set(long, Object) - Method in class com.ohmdb.filestore.MapBackedStoreLoader
 
set(long, Object) - Method in interface com.ohmdb.filestore.StoreLoader
 
set(int, Object) - Method in class com.ohmdb.impl.FieldColumn
 
set(long, IdAddress) - Method in class com.ohmdb.impl.MapBackedIdColl
 
set(int, Object) - Method in class com.ohmdb.impl.PropertyColumn
 
set(long, PropertyInfo, Object, Object) - Static method in class com.ohmdb.impl.TableChange
 
set(long, String, Object) - Method in class com.ohmdb.impl.TableImpl
 
setColumn(Column) - Method in class com.ohmdb.bean.PropertyInfo
 
setField(Field) - Method in class com.ohmdb.bean.PropertyInfo
 
setGetter(Method) - Method in class com.ohmdb.bean.PropertyInfo
 
setIdtor(PropertyInfo) - Method in class com.ohmdb.bean.BeanInfo
 
setIndex(Index) - Method in class com.ohmdb.bean.PropertyInfo
 
setInsider(DbInsider) - Method in class com.ohmdb.impl.TableImpl
 
setInsider(DbInsider) - Method in class com.ohmdb.relation.AbstractRelation
 
setInsider(DbInsider) - Method in interface com.ohmdb.TableInternals
 
setName(String) - Method in class com.ohmdb.bean.PropertyInfo
 
sets - Variable in class com.ohmdb.impl.OhmDBStats
 
setSetter(Method) - Method in class com.ohmdb.bean.PropertyInfo
 
setTransformer(Transformer<Object>) - Method in class com.ohmdb.bean.PropertyInfo
 
shutdown() - Method in class com.ohmdb.filestore.AbstractDataStore
 
shutdown() - Method in class com.ohmdb.filestore.FileStore
 
shutdown() - Method in class com.ohmdb.impl.OhmDBImpl
 
ShutdownThread - Class in com.ohmdb.impl
 
ShutdownThread(WeakReference<Db>) - Constructor for class com.ohmdb.impl.ShutdownThread
 
size - Variable in class com.ohmdb.filestore.KeyAndSize
 
size() - Method in class com.ohmdb.impl.AnyIds
 
size() - Method in class com.ohmdb.impl.AnySearch
 
size() - Method in class com.ohmdb.impl.IdsImpl
 
size() - Method in class com.ohmdb.impl.RecordsImpl
 
size() - Method in class com.ohmdb.impl.TableImpl
 
size() - Method in class com.ohmdb.links.LinksImpl
 
size() - Method in class com.ohmdb.links.NoLinks
 
sizes - Variable in class com.ohmdb.impl.OhmDBStats
 
startTransaction() - Method in class com.ohmdb.impl.OhmDBImpl
 
stop() - Method in class com.ohmdb.filestore.AbstractDataStore
 
stop() - Method in class com.ohmdb.filestore.FileStore
 
stop() - Method in class com.ohmdb.impl.OhmDBImpl
 
StoreCodec<T> - Interface in com.ohmdb.codec
 
StoreInfo - Class in com.ohmdb.filestore
 
StoreInfo() - Constructor for class com.ohmdb.filestore.StoreInfo
 
StoreLoader - Interface in com.ohmdb.filestore
 
success() - Method in class com.ohmdb.filestore.FilestoreTransaction
 
sync() - Method in class com.ohmdb.transaction.TransactionImpl
 

T

table(Class<T>) - Method in class com.ohmdb.impl.OhmDBImpl
 
table(String) - Method in class com.ohmdb.impl.OhmDBImpl
 
TableChange - Class in com.ohmdb.impl
 
TableChange(TableChange.ChangeType, long, PropertyInfo, Object, Object, int, boolean) - Constructor for class com.ohmdb.impl.TableChange
 
TableImpl<E> - Class in com.ohmdb.impl
 
TableImpl(OhmDBImpl, Class<E>, DataStore, IdColl, Transactor, OhmDBStats, LockManager) - Constructor for class com.ohmdb.impl.TableImpl
 
TableInternals<E> - Interface in com.ohmdb
 
to(int) - Method in class com.ohmdb.links.LinksImpl
 
to(int) - Method in class com.ohmdb.links.NoLinks
 
to() - Method in class com.ohmdb.relation.InverseRelation
 
to() - Method in class com.ohmdb.relation.RelationImpl
 
tos() - Method in class com.ohmdb.relation.InverseRelation
 
tos() - Method in class com.ohmdb.relation.RelationImpl
 
toSize() - Method in class com.ohmdb.relation.InverseRelation
 
toSize() - Method in class com.ohmdb.relation.RelationImpl
 
toString() - Method in class com.ohmdb.bean.BeanInfo
 
toString() - Method in class com.ohmdb.bean.PropertyInfo
 
toString() - Method in class com.ohmdb.filestore.Interval
 
toString() - Method in class com.ohmdb.filestore.OccupiedSpace
 
toString() - Method in class com.ohmdb.filestore.VersionInfo
 
toString() - Method in class com.ohmdb.filestore.ZonesImpl
 
toString() - Method in class com.ohmdb.impl.AnyIds
 
toString() - Method in class com.ohmdb.impl.AnySearch
 
toString() - Method in class com.ohmdb.impl.KeyIds
 
toString() - Method in class com.ohmdb.impl.OhmDBStats
 
toString() - Method in class com.ohmdb.impl.TableImpl
 
toString() - Method in class com.ohmdb.impl.TreeIndex
 
toString() - Method in class com.ohmdb.join.JoinBridgeImpl
 
toString() - Method in class com.ohmdb.join.JoinBridgeRel
 
toString() - Method in class com.ohmdb.links.LinksImpl
 
toString() - Method in class com.ohmdb.links.NoLinks
 
toString() - Method in class com.ohmdb.relation.InverseRelation
 
toString() - Method in class com.ohmdb.relation.RelationImpl
 
toString(Links) - Static method in class com.ohmdb.util.UTILS
 
transaction() - Method in class com.ohmdb.filestore.FileStore
 
transaction() - Method in class com.ohmdb.filestore.NoDataStore
 
TransactionImpl - Class in com.ohmdb.transaction
 
TransactionImpl(Transactor, DatastoreTransaction) - Constructor for class com.ohmdb.transaction.TransactionImpl
 
TransactionInternals - Interface in com.ohmdb.transaction
 
transactions - Variable in class com.ohmdb.impl.OhmDBStats
 
TransactionStatus - Enum in com.ohmdb.transaction
 
Transactor - Interface in com.ohmdb.transaction
 
TransactorImpl - Class in com.ohmdb.transaction
 
TransactorImpl(OhmDBImpl, LockManager, OhmDBStats) - Constructor for class com.ohmdb.transaction.TransactorImpl
 
TreeIndex - Class in com.ohmdb.impl
 
TreeIndex() - Constructor for class com.ohmdb.impl.TreeIndex
 
trigger(Class<T>, TriggerAction, Trigger<T>) - Method in class com.ohmdb.impl.OhmDBImpl
 
TriggerCreatorImpl<E> - Class in com.ohmdb.impl
 
TriggerCreatorImpl(Db, Class<E>, boolean, TriggerAction...) - Constructor for class com.ohmdb.impl.TriggerCreatorImpl
 
Triggering<T> - Class in com.ohmdb.impl
 
Triggering(Class<T>, TriggerAction, Trigger<T>) - Constructor for class com.ohmdb.impl.Triggering
 
TriggerOperationImpl<E> - Class in com.ohmdb.impl
 
TriggerOperationImpl(Db, Class<E>, boolean, TriggerAction...) - Constructor for class com.ohmdb.impl.TriggerOperationImpl
 
TxState - Enum in com.ohmdb.filestore
 

U

unchanging(Class<?>, long, String, Object, Object) - Method in class com.ohmdb.impl.IgnorantInsider
 
undeleting(Class<?>, long) - Method in class com.ohmdb.impl.IgnorantInsider
 
undeletingCell(Class<?>, long, String) - Method in class com.ohmdb.impl.IgnorantInsider
 
undelinking(long, Numbers) - Method in class com.ohmdb.impl.IgnorantInsider
 
undelinking(Numbers, long) - Method in class com.ohmdb.impl.IgnorantInsider
 
uninserting(Class<?>, long) - Method in class com.ohmdb.impl.IgnorantInsider
 
uninsertingCell(Class<?>, long, String, Object) - Method in class com.ohmdb.impl.IgnorantInsider
 
unlinking(long, Numbers) - Method in class com.ohmdb.impl.IgnorantInsider
 
update(Object) - Method in class com.ohmdb.impl.OhmDBImpl
 
update(long, E) - Method in class com.ohmdb.impl.TableImpl
 
update(E) - Method in class com.ohmdb.impl.TableImpl
 
update(long, Map<String, Object>) - Method in class com.ohmdb.impl.TableImpl
 
updated() - Method in class com.ohmdb.impl.TriggerCreatorImpl
 
updateObj(Object) - Method in class com.ohmdb.impl.TableImpl
 
updateObj(Object) - Method in interface com.ohmdb.TableInternals
 
UTILS - Class in com.ohmdb.util
 
UTILS() - Constructor for class com.ohmdb.util.UTILS
 

V

valueOf(String) - Static method in enum com.ohmdb.filestore.DbStats
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ohmdb.filestore.TxState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ohmdb.transaction.TransactionStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ohmdb.filestore.DbStats
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ohmdb.filestore.TxState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ohmdb.transaction.TransactionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
VersionInfo - Class in com.ohmdb.filestore
 
VersionInfo(Set<Long>) - Constructor for class com.ohmdb.filestore.VersionInfo
 

W

withIds(long...) - Method in class com.ohmdb.impl.TableImpl
 
write(long, Object) - Method in class com.ohmdb.filestore.FileStore
 
write(long, Object) - Method in class com.ohmdb.filestore.FilestoreTransaction
 
write(long, Object) - Method in class com.ohmdb.filestore.NoDataStore
 

Z

ZonesImpl - Class in com.ohmdb.filestore
 
ZonesImpl() - Constructor for class com.ohmdb.filestore.ZonesImpl
 
A B C D E F G H I J K L M N O P Q R S T U V W Z 

Copyright © 2013–2014 Nikolche Mihajlovski. All rights reserved.