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

A

ActionnableStore - Interface in com.googlecode.n_orm.storeapi
A store able to trigger actions server-side.
activate() - Method in class com.googlecode.n_orm.cf.ColumnFamily
activate(Object, Object) - Method in class com.googlecode.n_orm.cf.ColumnFamily
activate(String, String) - Method in class com.googlecode.n_orm.cf.ColumnFamily
activate(Constraint) - Method in class com.googlecode.n_orm.cf.ColumnFamily
activate(Object, Object) - Method in class com.googlecode.n_orm.cf.MapColumnFamily
activate(Object, Object) - Method in class com.googlecode.n_orm.cf.SetColumnFamily
activate(String...) - Method in interface com.googlecode.n_orm.PersistingElement
Retrieves information from the store and put it into this persisting element.
activateColumnFamily(String) - Method in interface com.googlecode.n_orm.PersistingElement
Activates a given column family (does not activate included persisting elements).
activateColumnFamily(String, Object, Object) - Method in interface com.googlecode.n_orm.PersistingElement
Activates a given column family (does not activate included persisting elements).
activateColumnFamilyIfNotAlready(String) - Method in interface com.googlecode.n_orm.PersistingElement
Activates a given column family (does not activate included persisting elements) in case it was not done before (with any possible activation method).
activateColumnFamilyIfNotAlready(String, long) - Method in interface com.googlecode.n_orm.PersistingElement
Activates a given column family (does not activate included persisting elements) in case it was not done before (with any possible activation method).
activateColumnFamilyIfNotAlready(String, Object, Object) - Method in interface com.googlecode.n_orm.PersistingElement
Activates a given column family (does not activate included persisting elements) in case it was not done before (with any possible activation method).
activateColumnFamilyIfNotAlready(String, long, Object, Object) - Method in interface com.googlecode.n_orm.PersistingElement
Activates a given column family (does not activate included persisting elements) in case it was not done before (with any possible activation method).
activated(PersistingElement, Set<ColumnFamily<?>>) - Method in class com.googlecode.n_orm.DefaultPersistingElementListener
activated(PersistingElement, Set<ColumnFamily<?>>) - Method in interface com.googlecode.n_orm.PersistingElementListener
Sent after a listened PersistingElement was activated from the data store.
activateIfNotAlready(String...) - Method in interface com.googlecode.n_orm.PersistingElement
Retrieves information that have not been activated yet from the store and put it into this persisting element.
activateIfNotAlready(long, String...) - Method in interface com.googlecode.n_orm.PersistingElement
Retrieves information that have not been activated yet from the store and put it into this persisting element.
activateIfNotAlready() - Method in class com.googlecode.n_orm.PropertyManagement.Property
activateInvoked(PersistingElement, Set<ColumnFamily<?>>) - Method in class com.googlecode.n_orm.DefaultPersistingElementListener
activateInvoked(PersistingElement, Set<ColumnFamily<?>>) - Method in interface com.googlecode.n_orm.PersistingElementListener
Sent before a listened PersistingElement was activated from the data store.
add(T) - Method in class com.googlecode.n_orm.cf.SetColumnFamily
Adds an element to the column family.
add(long) - Method in class com.googlecode.n_orm.utils.LongAdder
Adds the given value.
addAll(Collection<? extends T>) - Method in class com.googlecode.n_orm.cf.SetColumnFamily
Adds elements to the column family.
addIterator(CloseableKeyIterator) - Method in class com.googlecode.n_orm.utils.AggregatingIterator
Adds an iterator to the list of iterators to be explored.
AddOnly - Annotation Type in com.googlecode.n_orm
This annotation may be placed on a property representing a column family (i.e.
addPersistingElementListener(PersistingElementListener) - Method in interface com.googlecode.n_orm.PersistingElement
Adds a listener to this persisting element.
AggregatingIterator - Class in com.googlecode.n_orm.utils
An CloseableIterator composite able to iterate over a set of CloseableIterators.
AggregatingIterator() - Constructor for class com.googlecode.n_orm.utils.AggregatingIterator
 
ajc$if$1$3f71df7d(Memory, JoinPoint.StaticPart, JoinPoint, JoinPoint.StaticPart, QueryCounter) - Static method in class com.googlecode.n_orm.memory.QueryCounter
ajc$if$1$8fb0615e(PersistingElement, boolean, JoinPoint.StaticPart, JoinPoint, JoinPoint.StaticPart, EventManagement) - Static method in class com.googlecode.n_orm.EventManagement
ajc$if$2$a997ece9(PersistingElement, Object, JoinPoint.StaticPart, JoinPoint, JoinPoint.StaticPart, IncrementManagement) - Static method in class com.googlecode.n_orm.IncrementManagement
ajc$if$2$d22e7857(MetaInformation, String, Store, JoinPoint.StaticPart, JoinPoint, JoinPoint.StaticPart, FederatedTableManagement) - Static method in class com.googlecode.n_orm.FederatedTableManagement
ajc$if$3$d22e7857(MetaInformation, String, String, Set<String>, Store, JoinPoint.StaticPart, JoinPoint, JoinPoint.StaticPart, FederatedTableManagement) - Static method in class com.googlecode.n_orm.FederatedTableManagement
ajc$if$4$d22e7857(MetaInformation, String, String, Store, JoinPoint.StaticPart, JoinPoint, JoinPoint.StaticPart, FederatedTableManagement) - Static method in class com.googlecode.n_orm.FederatedTableManagement
ajc$if$5$d22e7857(MetaInformation, String, String, Store, JoinPoint.StaticPart, JoinPoint, JoinPoint.StaticPart, FederatedTableManagement) - Static method in class com.googlecode.n_orm.FederatedTableManagement
ajc$if$6$d22e7857(MetaInformation, String, JoinPoint.StaticPart, JoinPoint, JoinPoint.StaticPart, FederatedTableManagement) - Static method in class com.googlecode.n_orm.FederatedTableManagement
ajc$if$7$d22e7857(MetaInformation, String, JoinPoint.StaticPart, JoinPoint, JoinPoint.StaticPart, FederatedTableManagement) - Static method in class com.googlecode.n_orm.FederatedTableManagement
ajc$if$8$d22e7857(MetaInformation, String, JoinPoint.StaticPart, JoinPoint, JoinPoint.StaticPart, FederatedTableManagement) - Static method in class com.googlecode.n_orm.FederatedTableManagement
ajc$if$eaf8038b(PersistingElement, JoinPoint.StaticPart, JoinPoint, JoinPoint.StaticPart, PersistingMixin) - Static method in class com.googlecode.n_orm.PersistingMixin
and() - Method in class com.googlecode.n_orm.query.InnerClassConstraintBuilder
and(Object) - Method in class com.googlecode.n_orm.query.InnerRangeKeyConstraintBuilder
and(Object) - Method in class com.googlecode.n_orm.query.SearchableRangeKeyConstraintBuilder
andActivate(String...) - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
Requests for some more family activations while executing the query, in addition to simple properties and families marked as ImplicitActivation.
andActivateAllFamilies() - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
Activate all known families for this class (see ConstraintBuilder.ofClass(Class)).
andWithKey(String) - Method in class com.googlecode.n_orm.query.InnerClassConstraintBuilder
andWithKey(String) - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
any() - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
Runs the query to find an element matching the query.
ARRAY_SEPARATOR - Static variable in class com.googlecode.n_orm.KeyManagement
ArrayConverter - Class in com.googlecode.n_orm.conversion
ArrayConverter() - Constructor for class com.googlecode.n_orm.conversion.ArrayConverter
assertIsActivated(String) - Method in class com.googlecode.n_orm.cf.ColumnFamily
awaitTermination(long) - Method in class com.googlecode.n_orm.operations.Process.ProcessReport
Waits for all processes to be done.

B

between(Object) - Method in class com.googlecode.n_orm.query.InnerKeyConstraintBuilder
between(Object) - Method in class com.googlecode.n_orm.query.SearchableKeyConstraintBuilder
ByteValue(String) - Constructor for class com.googlecode.n_orm.memory.Memory.Table.Row.ColumnFamily.ByteValue

C

Cache - Class in com.googlecode.n_orm.cache.perthread
A cache for temporarily storing PersistingElements.
There is a cache per thread, so that cached elements are thread safe unless explicitly shared across threads.
CachedStore - Class in com.googlecode.n_orm.cache.read
CachedStore(Store) - Constructor for class com.googlecode.n_orm.cache.read.CachedStore
{CachedStore.createCache() must be overridden to use this constructor.
CachedStore(Store, ICache) - Constructor for class com.googlecode.n_orm.cache.read.CachedStore
CacheException - Exception in com.googlecode.n_orm.cache.read
CacheException() - Constructor for exception com.googlecode.n_orm.cache.read.CacheException
CacheException(String) - Constructor for exception com.googlecode.n_orm.cache.read.CacheException
CacheException(Throwable) - Constructor for exception com.googlecode.n_orm.cache.read.CacheException
CacheException(String, Throwable) - Constructor for exception com.googlecode.n_orm.cache.read.CacheException
Callback - Interface in com.googlecode.n_orm
Response of an asynchronous operation once completed.
canConvert(Class<?>) - Method in class com.googlecode.n_orm.conversion.ArrayConverter
canConvert(Class<?>) - Static method in class com.googlecode.n_orm.conversion.ConversionTools
canConvertToString(Object) - Method in class com.googlecode.n_orm.conversion.ArrayConverter
canCreateFromKeys(Class<?>) - Method in class com.googlecode.n_orm.KeyManagement
candideReadValue(Object, Field) - Method in class com.googlecode.n_orm.PropertyManagement
candideSetValue(Object, Field, Object) - Method in class com.googlecode.n_orm.PropertyManagement
changedKeySet() - Method in class com.googlecode.n_orm.cf.ColumnFamily
check(LIFO.Node<?>, Object...) - Method in interface com.googlecode.n_orm.cache.perthread.LIFO.Criterium
checkInstance(T, Class<? extends T>) - Method in class com.googlecode.n_orm.conversion.SimpleConverter
checkKey(Field) - Method in class com.googlecode.n_orm.KeyManagement
checkProperty(Field) - Method in class com.googlecode.n_orm.PropertyManagement
ClassConstraintBuilder<T extends PersistingElement> - Class in com.googlecode.n_orm.query
ClassConstraintBuilder(Class<?>) - Constructor for class com.googlecode.n_orm.query.ClassConstraintBuilder
cleanupKnownPersistingElements() - Method in class com.googlecode.n_orm.KeyManagement
clear() - Method in class com.googlecode.n_orm.cache.perthread.LIFO
clear() - Method in class com.googlecode.n_orm.cf.MapColumnFamily
clear() - Method in class com.googlecode.n_orm.cf.SetColumnFamily
Removes all activated elements from the column family.
clear() - Method in class com.googlecode.n_orm.utils.UnmodifiableOverridingMap
clearChanges() - Method in class com.googlecode.n_orm.cf.ColumnFamily
clearChanges() - Method in class com.googlecode.n_orm.PropertyManagement.PropertyFamily
close() - Method in interface com.googlecode.n_orm.CloseableIterator
close() - Method in class com.googlecode.n_orm.EmptyCloseableIterator
close() - Method in class com.googlecode.n_orm.StorageManagement.SearchResultIterator
close() - Method in class com.googlecode.n_orm.utils.AggregatingIterator
CloseableIterator<T> - Interface in com.googlecode.n_orm
An iterator that should be closed once information is read.
CloseableKeyIterator - Interface in com.googlecode.n_orm.storeapi
ColumnFamiliyManagement - Class in com.googlecode.n_orm
ColumnFamiliyManagement() - Constructor for class com.googlecode.n_orm.ColumnFamiliyManagement
 
ColumnFamily<T> - Class in com.googlecode.n_orm.cf
ColumnFamily() - Constructor for class com.googlecode.n_orm.cf.ColumnFamily
ColumnFamily(Class<T>, Field, String, PersistingElement) - Constructor for class com.googlecode.n_orm.cf.ColumnFamily
ColumnFamily(String) - Constructor for class com.googlecode.n_orm.memory.Memory.Table.Row.ColumnFamily
ColumnFamily.ChangeKind - Enum in com.googlecode.n_orm.cf
com.googlecode.n_orm - package com.googlecode.n_orm
 
com.googlecode.n_orm.cache.perthread - package com.googlecode.n_orm.cache.perthread
 
com.googlecode.n_orm.cache.read - package com.googlecode.n_orm.cache.read
 
com.googlecode.n_orm.cache.write - package com.googlecode.n_orm.cache.write
 
com.googlecode.n_orm.cf - package com.googlecode.n_orm.cf
 
com.googlecode.n_orm.consoleannotations - package com.googlecode.n_orm.consoleannotations
 
com.googlecode.n_orm.conversion - package com.googlecode.n_orm.conversion
 
com.googlecode.n_orm.memory - package com.googlecode.n_orm.memory
 
com.googlecode.n_orm.operations - package com.googlecode.n_orm.operations
 
com.googlecode.n_orm.query - package com.googlecode.n_orm.query
 
com.googlecode.n_orm.storeapi - package com.googlecode.n_orm.storeapi
 
com.googlecode.n_orm.utils - package com.googlecode.n_orm.utils
 
compareTo(ColumnFamily<T>) - Method in class com.googlecode.n_orm.cf.ColumnFamily
compareTo(PersistingElement) - Method in interface com.googlecode.n_orm.PersistingElement
If instanciated classes are different, class names are compared, in the other case, the result of PersistingElement.getIdentifier() are compared.
compareTo(StoreSelector.StoreProperties) - Method in class com.googlecode.n_orm.StoreSelector.StoreProperties
ConcurentAccessOnColumnFamily - Class in com.googlecode.n_orm.cf
ConcurentAccessOnColumnFamily() - Constructor for class com.googlecode.n_orm.cf.ConcurentAccessOnColumnFamily
 
Consistency - Enum in com.googlecode.n_orm
Constraint - Class in com.googlecode.n_orm.storeapi
A restriction to a SimpleStore search.
Constraint(String, String) - Constructor for class com.googlecode.n_orm.storeapi.Constraint
Constraint(Map<Field, Object>, Field, Object, Object, boolean) - Constructor for class com.googlecode.n_orm.storeapi.Constraint
Constraint(Class<?>, Map<Field, Object>, Field, Object, Object, boolean) - Constructor for class com.googlecode.n_orm.storeapi.Constraint
Describes a search for a particular key.
Constraint(Class<?>, Map<String, Object>, String, Object, Object) - Constructor for class com.googlecode.n_orm.storeapi.Constraint
Describes a search for a particular key.
Constraint(Map<Field, Object>, Field, Constraint) - Constructor for class com.googlecode.n_orm.storeapi.Constraint
Constraint(Map<Field, Object>, Field, Constraint, boolean) - Constructor for class com.googlecode.n_orm.storeapi.Constraint
Constraint(Class<?>, Map<String, Object>, String, Constraint) - Constructor for class com.googlecode.n_orm.storeapi.Constraint
ConstraintBuilder - Class in com.googlecode.n_orm.query
ConstraintBuilder() - Constructor for class com.googlecode.n_orm.query.ConstraintBuilder
 
ConstraintWithPostfix(Constraint, String) - Constructor for class com.googlecode.n_orm.FederatedTableManagement.ConstraintWithPostfix
contains(T) - Method in class com.googlecode.n_orm.cache.perthread.LIFO
contains(Object) - Method in class com.googlecode.n_orm.cf.SetColumnFamily
Check whether this element exists in the activated elements.
containsAll(Collection<?>) - Method in class com.googlecode.n_orm.cf.SetColumnFamily
Returns true if this collection contains all of the elements in the collection of activated values only.
containsInStore(Object) - Method in class com.googlecode.n_orm.cf.SetColumnFamily
Checks whether this element exists in the family.
containsKey(String) - Method in class com.googlecode.n_orm.cf.ColumnFamily
containsKey(Object) - Method in class com.googlecode.n_orm.cf.MapColumnFamily
containsKey(Object) - Method in class com.googlecode.n_orm.utils.UnmodifiableOverridingMap
containsValue(Object) - Method in class com.googlecode.n_orm.cf.MapColumnFamily
containsValue(Object) - Method in class com.googlecode.n_orm.utils.UnmodifiableOverridingMap
Continuator - Annotation Type in com.googlecode.n_orm.consoleannotations
ConversionTools - Class in com.googlecode.n_orm.conversion
ConversionTools() - Constructor for class com.googlecode.n_orm.conversion.ConversionTools
 
convert(Class<U>, byte[]) - Static method in class com.googlecode.n_orm.conversion.ConversionTools
convert(Object) - Static method in class com.googlecode.n_orm.conversion.ConversionTools
convert(Object, Class<?>) - Static method in class com.googlecode.n_orm.conversion.ConversionTools
convertFromString(Class<U>, String) - Static method in class com.googlecode.n_orm.conversion.ConversionTools
convertFromStringReverted(Class<U>, String) - Static method in class com.googlecode.n_orm.conversion.ConversionTools
convertToString(Object) - Static method in class com.googlecode.n_orm.conversion.ConversionTools
convertToString(Object, Class<?>) - Static method in class com.googlecode.n_orm.conversion.ConversionTools
convertToStringReverted(Object, Class<?>) - Static method in class com.googlecode.n_orm.conversion.ConversionTools
count(String, Constraint) - Method in class com.googlecode.n_orm.memory.Memory
count() - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
Runs the query to find the number of matching elements.
count(MetaInformation, String, Constraint) - Method in class com.googlecode.n_orm.storeapi.DelegatingStore
count(String, Constraint) - Method in interface com.googlecode.n_orm.storeapi.SimpleStore
Counts the number of element satisfying the constraint.
count(MetaInformation, String, Constraint) - Method in class com.googlecode.n_orm.storeapi.SimpleStoreWrapper
count(MetaInformation, String, Constraint) - Method in interface com.googlecode.n_orm.storeapi.Store
Counts the number of element satisfying the constraint.
countElements(Class<T>, Constraint) - Static method in class com.googlecode.n_orm.StorageManagement
createElement(Class<T>, String) - Method in class com.googlecode.n_orm.KeyManagement
Creates an element of the expected type with the given id.
createElementFromRow(Class<T>, Map<String, Field>, Row) - Static method in class com.googlecode.n_orm.StorageManagement
Creates an element from byte-array based data.
createIdentifier(Object, Class<?>) - Method in class com.googlecode.n_orm.KeyManagement
createIdentifier(Object, Class<?>, boolean) - Method in class com.googlecode.n_orm.KeyManagement
createKeyBuilder(Field) - Method in class com.googlecode.n_orm.query.ClassConstraintBuilder
createKeyBuilder(Field) - Method in class com.googlecode.n_orm.query.InnerClassConstraintBuilder
createKeyBuilder(Field) - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
createTransaction() - Method in class com.googlecode.n_orm.memory.Memory.Table.Row

D

DatabaseNotReachedException - Exception in com.googlecode.n_orm
A problem happened while querying the database.
DatabaseNotReachedException(Throwable) - Constructor for exception com.googlecode.n_orm.DatabaseNotReachedException
DatabaseNotReachedException(String) - Constructor for exception com.googlecode.n_orm.DatabaseNotReachedException
DatabaseNotReachedException(String, Throwable) - Constructor for exception com.googlecode.n_orm.DatabaseNotReachedException
decrement() - Method in class com.googlecode.n_orm.utils.LongAdder
Equivalent to add(-1).
DefaultColumnFamilyData - Class in com.googlecode.n_orm.storeapi
DefaultColumnFamilyData() - Constructor for class com.googlecode.n_orm.storeapi.DefaultColumnFamilyData
DefaultColumnFamilyData(TreeMap<String, Map<String, byte[]>>) - Constructor for class com.googlecode.n_orm.storeapi.DefaultColumnFamilyData
DefaultColumnFamilyData(Row.ColumnFamilyData) - Constructor for class com.googlecode.n_orm.storeapi.DefaultColumnFamilyData
DefaultPersistingElementListener - Class in com.googlecode.n_orm
DefaultPersistingElementListener() - Constructor for class com.googlecode.n_orm.DefaultPersistingElementListener
 
DelegatingStore - Class in com.googlecode.n_orm.storeapi
A store that delegates all of its requests to another one.
DelegatingStore(Store) - Constructor for class com.googlecode.n_orm.storeapi.DelegatingStore
delete(MetaInformation, String, String) - Method in class com.googlecode.n_orm.cache.read.CachedStore
delete(MetaInformation, String, String) - Method in interface com.googlecode.n_orm.cache.read.ICache
delete an element in the cache using the key
delete(MetaInformation, String, String) - Method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
delete(String, String) - Method in class com.googlecode.n_orm.memory.Memory
delete() - Method in interface com.googlecode.n_orm.PersistingElement
Deletes rows representing this persisting element in the store.
delete(MetaInformation, String, String) - Method in class com.googlecode.n_orm.storeapi.DelegatingStore
delete(String, String) - Method in interface com.googlecode.n_orm.storeapi.SimpleStore
Deletes the given row
delete(MetaInformation, String, String) - Method in class com.googlecode.n_orm.storeapi.SimpleStoreWrapper
delete(MetaInformation, String, String) - Method in interface com.googlecode.n_orm.storeapi.Store
Deletes a particular element.
deleteNoCache() - Method in interface com.googlecode.n_orm.PersistingElement
Deletes rows representing this persisting element in the store.
detectKeys(Class<?>) - Method in class com.googlecode.n_orm.KeyManagement
doubleValue() - Method in class com.googlecode.n_orm.utils.LongAdder
Returns the LongAdder.sum() as a double after a widening primitive conversion.

E

elements() - Method in class com.googlecode.n_orm.query.LimitConstraintBuilder
EmptyCloseableIterator - Class in com.googlecode.n_orm
EmptyCloseableIterator() - Constructor for class com.googlecode.n_orm.EmptyCloseableIterator
 
entrySet() - Method in class com.googlecode.n_orm.cf.MapColumnFamily
entrySet() - Method in class com.googlecode.n_orm.utils.UnmodifiableOverridingMap
equals(Object) - Method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
equals(Object) - Method in class com.googlecode.n_orm.cf.MapColumnFamily
equals(Object) - Method in class com.googlecode.n_orm.cf.SetColumnFamily
equals(Object) - Method in interface com.googlecode.n_orm.PersistingElement
To be equal, two persisting elements must implement the same class and have the same identifier, no matter they have same values for properties and column families.
equals(Object) - Method in class com.googlecode.n_orm.PropertyManagement.Property
equals(Object) - Method in class com.googlecode.n_orm.storeapi.MetaInformation
EventManagement - Class in com.googlecode.n_orm
EventManagement() - Constructor for class com.googlecode.n_orm.EventManagement
 
exists(MetaInformation, String, String, String) - Method in class com.googlecode.n_orm.cache.read.CachedStore
check if an element exist in the cache
exists(MetaInformation, String, String) - Method in class com.googlecode.n_orm.cache.read.CachedStore
exists(String, String, String) - Method in class com.googlecode.n_orm.memory.Memory
exists(String, String) - Method in class com.googlecode.n_orm.memory.Memory
exists() - Method in interface com.googlecode.n_orm.PersistingElement
Checks whether the row representing this persisting element is known to exist in the store avoiding as much as possible to query the data store.
exists(MetaInformation, String, String) - Method in class com.googlecode.n_orm.storeapi.DelegatingStore
exists(MetaInformation, String, String, String) - Method in class com.googlecode.n_orm.storeapi.DelegatingStore
exists(String, String) - Method in interface com.googlecode.n_orm.storeapi.SimpleStore
Tests for a row.
exists(String, String, String) - Method in interface com.googlecode.n_orm.storeapi.SimpleStore
Tests whether a column family is empty.
exists(MetaInformation, String, String) - Method in class com.googlecode.n_orm.storeapi.SimpleStoreWrapper
exists(MetaInformation, String, String, String) - Method in class com.googlecode.n_orm.storeapi.SimpleStoreWrapper
exists(MetaInformation, String, String) - Method in interface com.googlecode.n_orm.storeapi.Store
Tests for a row.
exists(MetaInformation, String, String, String) - Method in interface com.googlecode.n_orm.storeapi.Store
Tests whether a column family is empty.
existsData(MetaInformation, String, String, String) - Method in interface com.googlecode.n_orm.cache.read.ICache
existsInStore() - Method in interface com.googlecode.n_orm.PersistingElement
Checks whether the row representing this persisting element exists in the store.
exportPersistingElements(CloseableIterator<? extends PersistingElement>, ObjectOutputStream) - Static method in class com.googlecode.n_orm.operations.ImportExport
Serialize a binary representation for elements in an OutputStream.
ExportReport(PersistingElement, long) - Constructor for class com.googlecode.n_orm.operations.ImportExport.ExportReport
exportTo(ObjectOutputStream) - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
Runs the query to find at most N matching elements and serialize a representation into the output stream.
exportTo(String) - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
Runs the query to find at most N matching elements and serialize a representation into the output stream.

F

FEDERATED_META_COLUMN_FAMILY - Static variable in class com.googlecode.n_orm.FederatedTableManagement
The column family in which alternative tables are stored.
FEDERATED_META_TABLE - Static variable in class com.googlecode.n_orm.FederatedTableManagement
Table where alternative tables (for a given table) will be stored.
FederatedMode - Enum in com.googlecode.n_orm
The different consistency possibilities for a table to be federated.
FederatedTableManagement - Class in com.googlecode.n_orm
Makes it possible to look for elements of a given class from/to different alternative tables.
FederatedTableManagement() - Constructor for class com.googlecode.n_orm.FederatedTableManagement
 
FederatedTableManagement.ConstraintWithPostfix - Class in com.googlecode.n_orm
findCache(Thread) - Static method in class com.googlecode.n_orm.cache.perthread.Cache
findElement(Class<T>, Constraint, int, String...) - Static method in class com.googlecode.n_orm.StorageManagement
findElements() - Static method in class com.googlecode.n_orm.StorageManagement
findElementsToSet(Class<T>, Constraint, int, String...) - Static method in class com.googlecode.n_orm.StorageManagement
// * WARNING: this function empties the cache for all elements of class clazz.
findProperties(Class<?>) - Method in class com.googlecode.n_orm.StoreSelector
findWithCriterium(LIFO.Criterium, Object...) - Method in class com.googlecode.n_orm.cache.perthread.LIFO
floatValue() - Method in class com.googlecode.n_orm.utils.LongAdder
Returns the LongAdder.sum() as a float after a widening primitive conversion.
flush(String, String) - Method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
Sends immediately planned requests for the given element.
flush() - Method in interface com.googlecode.n_orm.PersistingElement
Flushes any outgoing request pending on a write-retention store.
forClass(Class<? extends PersistingElement>) - Method in class com.googlecode.n_orm.storeapi.MetaInformation
forEach(Process<T>) - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
Performs an action for each element corresponding to the query.
forEach(Process<T>, int, long) - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
Performs an action for each element corresponding to the query using parallel threads.
forEach(Process<T>, int, ProcessCanceller) - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
Performs an action for each element corresponding to the query using parallel threads.
forEach(Process<T>, int, long, ExecutorService) - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
Performs an action for each element corresponding to the query using parallel threads ; method might return before process is ended.
forEach(Process<T>, int, ProcessCanceller, ExecutorService) - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
Performs an action for each element corresponding to the query using parallel threads ; method might return before process is ended.
forElement(PersistingElement) - Method in class com.googlecode.n_orm.storeapi.MetaInformation
forProperty(Field) - Method in class com.googlecode.n_orm.storeapi.MetaInformation
fromBytes(byte[], Class<?>) - Method in class com.googlecode.n_orm.conversion.ArrayConverter
fromInt(byte) - Static method in enum com.googlecode.n_orm.Consistency
fromString(String, Class<?>) - Method in class com.googlecode.n_orm.conversion.ArrayConverter

G

GenericStore - Interface in com.googlecode.n_orm.storeapi
A simple interface for network reachable data stores that can be reached with a host and a port.
get(MetaInformation, String, String, String) - Method in class com.googlecode.n_orm.cache.read.CachedStore
get(MetaInformation, String, String, Set<String>) - Method in class com.googlecode.n_orm.cache.read.CachedStore
get(Object) - Method in class com.googlecode.n_orm.cf.MapColumnFamily
get(String, String, String, String) - Method in class com.googlecode.n_orm.memory.Memory
get(String, String, String) - Method in class com.googlecode.n_orm.memory.Memory
get(String, String, String, Constraint) - Method in class com.googlecode.n_orm.memory.Memory
get(String, String, Set<String>) - Method in class com.googlecode.n_orm.memory.Memory
get(String, Constraint, int, Set<String>) - Method in class com.googlecode.n_orm.memory.Memory
get(MetaInformation, String, Constraint, int, Set<String>) - Method in class com.googlecode.n_orm.storeapi.DelegatingStore
get(MetaInformation, String, String, String, String) - Method in class com.googlecode.n_orm.storeapi.DelegatingStore
get(MetaInformation, String, String, String) - Method in class com.googlecode.n_orm.storeapi.DelegatingStore
get(MetaInformation, String, String, String, Constraint) - Method in class com.googlecode.n_orm.storeapi.DelegatingStore
get(MetaInformation, String, String, Set<String>) - Method in class com.googlecode.n_orm.storeapi.DelegatingStore
get(String, Constraint, int, Set<String>) - Method in interface com.googlecode.n_orm.storeapi.SimpleStore
// * Tests for a key.
get(String, String, String, String) - Method in interface com.googlecode.n_orm.storeapi.SimpleStore
Returns an element from a family.
get(String, String, String) - Method in interface com.googlecode.n_orm.storeapi.SimpleStore
Returns all elements in a family ; no side-effect.
get(String, String, String, Constraint) - Method in interface com.googlecode.n_orm.storeapi.SimpleStore
Returns all elements in a family ; no side-effect.
get(String, String, Set<String>) - Method in interface com.googlecode.n_orm.storeapi.SimpleStore
Returns all elements in families ; no side-effect.
get(MetaInformation, String, Constraint, int, Set<String>) - Method in class com.googlecode.n_orm.storeapi.SimpleStoreWrapper
get(MetaInformation, String, String, String, String) - Method in class com.googlecode.n_orm.storeapi.SimpleStoreWrapper
get(MetaInformation, String, String, String) - Method in class com.googlecode.n_orm.storeapi.SimpleStoreWrapper
get(MetaInformation, String, String, String, Constraint) - Method in class com.googlecode.n_orm.storeapi.SimpleStoreWrapper
get(MetaInformation, String, String, Set<String>) - Method in class com.googlecode.n_orm.storeapi.SimpleStoreWrapper
get(MetaInformation, String, Constraint, int, Set<String>) - Method in interface com.googlecode.n_orm.storeapi.Store
Rows matching constraint sorted according to their key in ascending order.
get(MetaInformation, String, String, String, String) - Method in interface com.googlecode.n_orm.storeapi.Store
Returns an element from a family.
get(MetaInformation, String, String, String) - Method in interface com.googlecode.n_orm.storeapi.Store
Returns all elements in a family ; no side-effect.
get(MetaInformation, String, String, String, Constraint) - Method in interface com.googlecode.n_orm.storeapi.Store
Returns all elements in a family ; no side-effect.
get(MetaInformation, String, String, Set<String>) - Method in interface com.googlecode.n_orm.storeapi.Store
Returns all elements in families ; no side-effect.
get(Object) - Method in class com.googlecode.n_orm.utils.UnmodifiableOverridingMap
getActivationDate() - Method in class com.googlecode.n_orm.cf.ColumnFamily
The date (epoch) at which the column familu was last activated.
getActiveSenderThreads() - Static method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
The approximate number of sending threads.
getActualIncrement(Number, Number, Number, Field) - Method in class com.googlecode.n_orm.IncrementManagement
getActualProcess() - Method in class com.googlecode.n_orm.storeapi.ProcessWrapper
getActualStore() - Method in class com.googlecode.n_orm.storeapi.DelegatingStore
Returns the Store to which requests will be delegated to.
getActualStore(Class<T>) - Method in class com.googlecode.n_orm.storeapi.DelegatingStore
Finds the Store to which requests will be delegated to in the delegation chains of the given class.
getActualStoreFor(Class<? extends PersistingElement>) - Method in class com.googlecode.n_orm.StoreSelector
Get store for given class bypassing any DelegatingStore
getAutoActivatedFamilies(Class<? extends PersistingElement>, String...) - Static method in class com.googlecode.n_orm.StorageManagement
The list of column families that should be activated while providing the desired list of column families.
getAverageLatencyMs() - Static method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
The average latency (ms) between time at which a request should have been sent and the time it is actually sent
getBytes() - Method in class com.googlecode.n_orm.memory.Memory.Table.Row.ColumnFamily.ByteValue
getBytes() - Method in class com.googlecode.n_orm.memory.Memory.Table.Row.ColumnFamily.IncrementingValue
getBytes() - Method in class com.googlecode.n_orm.memory.Memory.Table.Row.ColumnFamily.Value
The byte array representation for this value.
getCache() - Static method in class com.googlecode.n_orm.cache.perthread.Cache
Gives a cache to the current thread.
getCache() - Method in class com.googlecode.n_orm.cache.read.CachedStore
The actual cache used
getCachedVersion() - Method in interface com.googlecode.n_orm.PersistingElement
If an element with the same id as this element exists in the cache, returns the element from the cache, otherwise returns this element which will be placed in the cache.
getClazz() - Method in class com.googlecode.n_orm.cf.ColumnFamily
getClazz() - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
getClazz() - Method in class com.googlecode.n_orm.storeapi.MetaInformation
getClazz() - Method in exception com.googlecode.n_orm.UnknownColumnFamily
getClazzNoCheck() - Method in class com.googlecode.n_orm.storeapi.MetaInformation
getColumnFamilies(Class<? extends PersistingElement>) - Method in class com.googlecode.n_orm.ColumnFamiliyManagement
Finds in a class the fields that are column families
getColumnFamilies(Class<? extends PersistingElement>, Set<String>) - Method in class com.googlecode.n_orm.ColumnFamiliyManagement
getColumnFamilies() - Method in interface com.googlecode.n_orm.PersistingElement
The list of all ColumnFamily held by this persisting element.
getColumnFamily(String) - Method in interface com.googlecode.n_orm.PersistingElement
The the ColumnFamily held by this persisting element with the given name.
getColumnFamily(Object) - Method in interface com.googlecode.n_orm.PersistingElement
The the ColumnFamily held by this persisting element corresponding to the object stored by the object as a column family.
getConsistency(ReadWrite) - Method in enum com.googlecode.n_orm.FederatedMode
getConstraint() - Method in class com.googlecode.n_orm.FederatedTableManagement.ConstraintWithPostfix
getConstraint() - Method in class com.googlecode.n_orm.query.ClassConstraintBuilder
getConstraint() - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
getCumulativeLatencyMs() - Static method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
The cumulative latency (ms) between time at which a request should have been sent and the time it is actually sent
getDeepActualStore() - Method in class com.googlecode.n_orm.storeapi.DelegatingStore
Returns the leaf Store of the delegation chain.
getDefaultValue(Class<?>) - Method in class com.googlecode.n_orm.conversion.ArrayConverter
getDefaultValue(Class<T>) - Static method in class com.googlecode.n_orm.conversion.ConversionTools
getDelta() - Method in exception com.googlecode.n_orm.IncrementException
getDuration() - Method in class com.googlecode.n_orm.TimeoutCanceller
getDurationInMillis() - Method in class com.googlecode.n_orm.operations.Process.ProcessReport
Total time took for processing elements.
getElement(String) - Method in class com.googlecode.n_orm.cf.ColumnFamily
Finds an cached element according to its key.
getElement() - Method in class com.googlecode.n_orm.operations.ImportExport.ExportReport
getElement() - Method in class com.googlecode.n_orm.ProcessException.Problem
The element that was processed when the problem appeared.
getElement(Class<T>, String) - Static method in class com.googlecode.n_orm.StorageManagement
getElement() - Method in class com.googlecode.n_orm.storeapi.MetaInformation
getElementsTreated() - Method in class com.googlecode.n_orm.operations.Process.ProcessReport
The number of elements that were processed.
getElementUsingCache(T) - Static method in class com.googlecode.n_orm.StorageManagement
Gets an element according to its keys.
getElementWithKeys(Class<T>, Object...) - Static method in class com.googlecode.n_orm.StorageManagement
Gets an element according to its key values.
getEndKey() - Method in class com.googlecode.n_orm.storeapi.Constraint
The maximal (inclusive) value for searched keys
getError() - Method in class com.googlecode.n_orm.WaitingCallBack
getErrorMessage(Process<?>) - Method in interface com.googlecode.n_orm.ProcessCanceller
getErrorMessage(Process<?>) - Method in class com.googlecode.n_orm.TimeoutCanceller
getExportedElements() - Method in class com.googlecode.n_orm.operations.ImportExport.ExportReport
getFamilies() - Method in class com.googlecode.n_orm.storeapi.MetaInformation
getFamily(String, String, String, boolean) - Method in class com.googlecode.n_orm.memory.Memory
Returns the in-memory column family for a given row from a table.
getFamilyData(MetaInformation, String, String, String) - Method in interface com.googlecode.n_orm.cache.read.ICache
Return an element of the cache using the key
getField() - Method in class com.googlecode.n_orm.PropertyManagement.Property
getFirstElement() - Method in class com.googlecode.n_orm.cache.perthread.LIFO
getFromRawData(Class<E>, Row, Set<String>) - Static method in class com.googlecode.n_orm.StorageManagement
getFromStore(String) - Method in class com.googlecode.n_orm.cf.ColumnFamily
Finds an element according to its key.
getFullIdentifier() - Method in interface com.googlecode.n_orm.PersistingElement
Same result as PersistingElement.getIdentifier(), but postfixed with the name of the class instanciated by this persisting element.
getHitRatio() - Static method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
The hit ratio (requests asked / requests (to be)sent ; WriteRetentionStore.isCapureHitRatio() should be on to capture this metric
getIdentifier() - Method in interface com.googlecode.n_orm.PersistingElement
The identifier for this persisting element.
getIncrement(String) - Method in class com.googlecode.n_orm.cf.ColumnFamily
getInstance() - Static method in class com.googlecode.n_orm.ColumnFamiliyManagement
getInstance() - Static method in class com.googlecode.n_orm.IncrementManagement
getInstance() - Static method in class com.googlecode.n_orm.KeyManagement
getInstance() - Static method in class com.googlecode.n_orm.PersistingMixin
getInstance() - Static method in class com.googlecode.n_orm.PropertyManagement
getInstance() - Static method in class com.googlecode.n_orm.StoreSelector
getIntBytesLength() - Static method in class com.googlecode.n_orm.conversion.ArrayConverter
getKey() - Method in class com.googlecode.n_orm.memory.Memory.Table.Row
The key for this row.
getKey() - Method in interface com.googlecode.n_orm.storeapi.Row
getKeys() - Method in class com.googlecode.n_orm.cf.ColumnFamily
The set of identifiers for activated elements.
getKeys() - Method in interface com.googlecode.n_orm.PersistingElement
The list of keys for this persisting element.
getKnownPersistingElement(String) - Method in class com.googlecode.n_orm.cache.perthread.Cache
Finds an element in the cache according to its full identifier.
Only thread for this cache has access to this method.
In case this cache is marked for cleanup, elements are checked for their time to live (see Cache.setTimeToLiveSeconds(int)).
getKnownPersistingElement(String, Class<? extends PersistingElement>) - Method in class com.googlecode.n_orm.cache.perthread.Cache
Finds an element in the cache according to its identifier.
Only thread for this cache has access to this method.
In case this cache is marked for cleanup, elements are checked for their time to live (see Cache.setTimeToLiveSeconds(int)).
getKnownPersistingElement(String) - Method in class com.googlecode.n_orm.KeyManagement
getKnownPersistingElement(String, Class<? extends PersistingElement>) - Method in class com.googlecode.n_orm.KeyManagement
getLastProcessedElement() - Method in class com.googlecode.n_orm.operations.Process.ProcessReport
The last element that was processed.
getLatencySamples() - Static method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
Number of latencies accumulated by WriteRetentionStore.getCumulativeLatencyMs()
getMaxElementsInCache() - Static method in class com.googlecode.n_orm.cache.perthread.Cache
The maximum number of elements that can be kept in a (per-thread) cache (10 000 by default).
getMaxSenderThreads() - Static method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
Maximum global number of threads used for sending requests to store ; default is 40.
getName() - Method in class com.googlecode.n_orm.cf.ColumnFamily
getName() - Method in class com.googlecode.n_orm.PropertyManagement.Property
getOtherExceptions() - Method in exception com.googlecode.n_orm.ProcessException
The list of exceptions not linked to a particular element.
getOwner() - Method in class com.googlecode.n_orm.cf.ColumnFamily
getOwner() - Method in class com.googlecode.n_orm.PropertyManagement.Property
getParallelGlobalSearch() - Static method in class com.googlecode.n_orm.FederatedTableManagement
The maximum number of threads to be used while performing global actions like a counting or grabbing elements from a class.
getPendingRequests() - Static method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
The approximate number of pending write requests.
getPerforming() - Method in class com.googlecode.n_orm.operations.Process.ProcessReport
The list of future for processed that are still performing.
getPeriodBetweenCacheCleanupMS() - Static method in class com.googlecode.n_orm.cache.perthread.Cache
The time between two cache cleanups (1s by default).
getPOJO(boolean) - Method in class com.googlecode.n_orm.cf.ColumnFamily
getPostfix() - Method in class com.googlecode.n_orm.FederatedTableManagement.ConstraintWithPostfix
getProblems() - Method in exception com.googlecode.n_orm.ProcessException
The list of exception sent and their corresponding element, that is the element that was under processing while running the process.
getProcess() - Method in exception com.googlecode.n_orm.ProcessException
The process in which the problem(s) appeared.
getProperties(Class<?>) - Method in class com.googlecode.n_orm.PropertyManagement
getPropertiesColumnFamily() - Method in interface com.googlecode.n_orm.PersistingElement
The ColumnFamily used to store properties.
getProperty() - Method in class com.googlecode.n_orm.cf.ColumnFamily
getProperty() - Method in exception com.googlecode.n_orm.IncrementException
getProperty(Class<?>, String) - Method in class com.googlecode.n_orm.PropertyManagement
getProperty() - Method in class com.googlecode.n_orm.storeapi.MetaInformation
getRawData() - Method in class com.googlecode.n_orm.ProcessException.Problem
The data retrieved from the store before executing the process from which the ProcessException.Problem.getElement() should have been constructed.
getReportedProblem() - Method in class com.googlecode.n_orm.ProcessException.Problem
The actual problem that appeared while processing ProcessException.Problem.getElement().
getRequestsIn() - Static method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
Number of requests asked ; WriteRetentionStore.isCapureHitRatio() should be on to capture this metric
getRequestsOut() - Static method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
Number of requests sent ; WriteRetentionStore.isCapureHitRatio() should be on to capture this metric
getRetport() - Method in exception com.googlecode.n_orm.ProcessException
The report to which this exception belongs
getRow(String, String, boolean) - Method in class com.googlecode.n_orm.memory.Memory
Returns the in-memory row (compatible with Row) from a table.
getRowIterator(String) - Method in class com.googlecode.n_orm.memory.Memory.Table
Creates an Iterator over the Memory.Table.Rows owned by this table starting from row with the given qualifier.
getSerializableVersion() - Method in class com.googlecode.n_orm.cf.ColumnFamily
getSerializableVersion() - Method in class com.googlecode.n_orm.cf.MapColumnFamily
getSerializableVersion() - Method in class com.googlecode.n_orm.cf.SetColumnFamily
getSetElementClazz() - Method in class com.googlecode.n_orm.cf.SetColumnFamily
getStartKey() - Method in class com.googlecode.n_orm.storeapi.Constraint
The minimal (inclusive) value for searched keys
getStore() - Method in interface com.googlecode.n_orm.PersistingElement
The store used for this persisting element.
getStore() - Method in class com.googlecode.n_orm.storeapi.SimpleStoreWrapper
getStoreFor(Class<? extends PersistingElement>) - Method in class com.googlecode.n_orm.StoreSelector
getTable(String, boolean) - Method in class com.googlecode.n_orm.memory.Memory
Returns the in-memory table.
getTable() - Method in interface com.googlecode.n_orm.PersistingElement
The table used to store this persisting element as declared by the Persisting#table() annotation.
getTable(Class<? extends PersistingElement>) - Method in class com.googlecode.n_orm.PersistingMixin
getTableAlternativeCacheTTLInS() - Static method in class com.googlecode.n_orm.FederatedTableManagement
The time (in ms) during which table alternatives are not loaded again from the base ; default is 1s
getTablePostfix() - Method in interface com.googlecode.n_orm.PersistingElementOverFederatedTable
Can be called at any time to determine the postfix for the storage table.
getTablePostfix() - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
getTablePostfix() - Method in class com.googlecode.n_orm.storeapi.MetaInformation
getThreadId(Thread) - Static method in class com.googlecode.n_orm.cache.perthread.Cache
A string identifier for the thread.
getTimeToLiveSeconds() - Static method in class com.googlecode.n_orm.cache.perthread.Cache
Time during which a element is kept in the cache (10s by default).
getType() - Method in exception com.googlecode.n_orm.conversion.UnreversibleTypeException
getUnknownColumnFamilyName() - Method in exception com.googlecode.n_orm.UnknownColumnFamily
getValue() - Method in class com.googlecode.n_orm.memory.Memory.Table.Row.ColumnFamily.ByteValue
getValue() - Method in class com.googlecode.n_orm.memory.Memory.Table.Row.ColumnFamily.IncrementingValue
getValue() - Method in class com.googlecode.n_orm.PropertyManagement.Property
getValues(String, String) - Method in class com.googlecode.n_orm.memory.Memory.Table.Row.ColumnFamily
The set of values in this column family mapped according to their qualifier.
getValues() - Method in class com.googlecode.n_orm.memory.Memory.Table.Row
getValues() - Method in interface com.googlecode.n_orm.storeapi.Row
getWrapper(SimpleStore) - Static method in class com.googlecode.n_orm.storeapi.SimpleStoreWrapper
getWriteRetentionMs() - Method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
Minimum time in ms during which and update (i.e.
getWriteRetentionStore(long, Store) - Static method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
Returns a WriteRetentionStore with s as delegate ; in case s is already a WriteRetentionStore with a different WriteRetentionStore.getWriteRetentionMs(), returns another WriteRetentionStore with same delegate as s.
go() - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
Runs the query to find at most N matching elements.
greaterOrEqualsThan(Object) - Method in class com.googlecode.n_orm.query.InnerKeyConstraintBuilder
greaterOrEqualsThan(Object) - Method in class com.googlecode.n_orm.query.SearchableKeyConstraintBuilder

H

hasChanged() - Method in class com.googlecode.n_orm.cf.ColumnFamily
hasChanged() - Method in interface com.googlecode.n_orm.PersistingElement
Checks whether this persisting has changed since its last activation.
hashCode() - Method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
hashCode() - Method in class com.googlecode.n_orm.cf.MapColumnFamily
hashCode() - Method in class com.googlecode.n_orm.cf.SetColumnFamily
hashCode() - Method in interface com.googlecode.n_orm.PersistingElement
hashCode() - Method in class com.googlecode.n_orm.PropertyManagement.Property
hashCode() - Method in class com.googlecode.n_orm.storeapi.MetaInformation
hasNext() - Method in class com.googlecode.n_orm.EmptyCloseableIterator
hasNext() - Method in class com.googlecode.n_orm.StorageManagement.SearchResultIterator
hasNext() - Method in class com.googlecode.n_orm.utils.AggregatingIterator
hasNoLimit() - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
Returns whether a limit was set for this query.
hasTable(String) - Method in class com.googlecode.n_orm.memory.Memory
hasTable(String) - Method in class com.googlecode.n_orm.storeapi.DelegatingStore
hasTable(String) - Method in interface com.googlecode.n_orm.storeapi.SimpleStore
Checks whether the given table exists in this store.
hasTable(String) - Method in class com.googlecode.n_orm.storeapi.SimpleStoreWrapper
hasTable(String) - Method in interface com.googlecode.n_orm.storeapi.Store
Checks whether the given table exists in this store.

I

ICache - Interface in com.googlecode.n_orm.cache.read
Defines what a cache is.
identifierToString(String) - Method in class com.googlecode.n_orm.PersistingMixin
ImplicitActivation - Annotation Type in com.googlecode.n_orm
When applied to a property whose type is a persisting class, makes the property be activated automatically after the owner persisting element is activated using PersistingElement.activateIfNotAlready(String...).
ImportExport - Class in com.googlecode.n_orm.operations
ImportExport.ExportReport - Class in com.googlecode.n_orm.operations
ImportExport.ProcessReadException - Exception in com.googlecode.n_orm.operations
An exception rose during a deserialization process.
ImportExport.ReadException - Exception in com.googlecode.n_orm.operations
The list of exception raised during a read process.
importPersistingElements(InputStream) - Static method in class com.googlecode.n_orm.operations.ImportExport
Import a serialized set in a InputStream.
importPersistingElements(String) - Static method in class com.googlecode.n_orm.operations.ImportExport
Import a serialized set from a file.
incr(String, Number) - Method in class com.googlecode.n_orm.memory.Memory.Table.Row.ColumnFamily
Increments the value at the given key.
increment(long) - Method in class com.googlecode.n_orm.memory.Memory.Table.Row.ColumnFamily.IncrementingValue
Atomically increments this value.
increment() - Method in class com.googlecode.n_orm.utils.LongAdder
Equivalent to add(1).
incrementedKeySet() - Method in class com.googlecode.n_orm.cf.ColumnFamily
IncrementException - Exception in com.googlecode.n_orm
Thrown in case a property annotated with Incrementing is given a lower value than before.
IncrementException(Field, boolean, long) - Constructor for exception com.googlecode.n_orm.IncrementException
Incrementing - Annotation Type in com.googlecode.n_orm
This annotation may be placed either on a number property, or on a Map of numbers.
Incrementing.Mode - Enum in com.googlecode.n_orm
IncrementingValue(String, Long) - Constructor for class com.googlecode.n_orm.memory.Memory.Table.Row.ColumnFamily.IncrementingValue
IncrementManagement - Class in com.googlecode.n_orm
IncrementManagement() - Constructor for class com.googlecode.n_orm.IncrementManagement
 
InnerClassConstraintBuilder<T extends PersistingElement> - Class in com.googlecode.n_orm.query
InnerClassConstraintBuilder(Field, ClassConstraintBuilder<T>) - Constructor for class com.googlecode.n_orm.query.InnerClassConstraintBuilder
InnerKeyConstraintBuilder<T extends PersistingElement> - Class in com.googlecode.n_orm.query
InnerKeyConstraintBuilder(InnerClassConstraintBuilder<T>, Field) - Constructor for class com.googlecode.n_orm.query.InnerKeyConstraintBuilder
InnerRangeKeyConstraintBuilder<T extends PersistingElement> - Class in com.googlecode.n_orm.query
insertFamilyData(MetaInformation, String, String, String, Map<String, byte[]>) - Method in interface com.googlecode.n_orm.cache.read.ICache
To insert an element in the cache
INSTANCE - Static variable in class com.googlecode.n_orm.memory.Memory
inTableWithPostfix(String) - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
Sets the table to look for.
integrate(MetaInformation) - Method in class com.googlecode.n_orm.storeapi.MetaInformation
Thread-safe merge of another meta information object.
intValue() - Method in class com.googlecode.n_orm.utils.LongAdder
Returns the LongAdder.sum() as an int after a narrowing primitive conversion.
isActivated() - Method in class com.googlecode.n_orm.cf.ColumnFamily
isActivated(long) - Method in class com.googlecode.n_orm.cf.ColumnFamily
Whether this column family was activated during the last timeout period.
isAddOnly() - Method in class com.googlecode.n_orm.cf.ColumnFamily
isAnElement() - Method in class com.googlecode.n_orm.query.KeyConstraintBuilder
isCancelled() - Method in interface com.googlecode.n_orm.ProcessCanceller
isCancelled() - Method in class com.googlecode.n_orm.TimeoutCanceller
isCapureHitRatio() - Static method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
Whether hit ratio metrics should be captured
isCheckForChangingPostfix() - Method in enum com.googlecode.n_orm.FederatedMode
Whether elements of this persisting class should be checked for coherent results for PersistingElementOverFederatedTable.getTablePostfix()
isClosed() - Method in class com.googlecode.n_orm.cache.perthread.Cache
Checks if this cache can be used or not.
isCollectionFamily(Field) - Method in class com.googlecode.n_orm.ColumnFamiliyManagement
Checks whether a Field of this persisting element represents a column family.
isCollectionType(Class<?>) - Method in class com.googlecode.n_orm.ColumnFamiliyManagement
Checks whether a column family attribute can have this type
isEmpty() - Method in class com.googlecode.n_orm.cf.ColumnFamily
// * Returns the number of elements in the data store.
isEmpty() - Method in class com.googlecode.n_orm.utils.UnmodifiableOverridingMap
isEmptyInStore() - Method in class com.googlecode.n_orm.cf.ColumnFamily
Checks whether this column family is empty in the data store.
isEnabledByDefault() - Method in class com.googlecode.n_orm.cache.read.CachedStore
Whether read cache is enabled by default for thread that did not call CachedStore.setEnabledForCurrentThread(boolean).
isEnabledByDefault() - Method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
Whether write retention is enabled by default for thread that did not call WriteRetentionStore.setEnabledForCurrentThread(boolean).
isEnabledForCurrentThread() - Static method in class com.googlecode.n_orm.cache.read.CachedStore
Whether read cache should be enabled for this thread even for de-activated read cache stores.
isEnabledForCurrentThread() - Static method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
Whether write retention should be enabled for this thread even for de-activated write-retention stores.
isFederated() - Method in enum com.googlecode.n_orm.FederatedMode
Whether elements of this persisting class might be stored in another able than that one stated by PersistingMixin.getTable(Class)
isFederated(Class<? extends PersistingElement>) - Static method in class com.googlecode.n_orm.FederatedTableManagement
Checks whether a class is stored to a table federation.
isImmedatePropertyCheck() - Static method in class com.googlecode.n_orm.IncrementManagement
Whether setting a property marked as Incrementing immediately triggers an check that might throw an IncrementException.
isIncrement() - Method in exception com.googlecode.n_orm.IncrementException
isKey(Field) - Method in class com.googlecode.n_orm.KeyManagement
isNonPersistingPropertyType(Class<?>) - Method in class com.googlecode.n_orm.PropertyManagement
isPersistingPropertyType(Class<?>) - Method in class com.googlecode.n_orm.PropertyManagement
isProperty(Field) - Method in class com.googlecode.n_orm.PropertyManagement
isPropertyType(Class<?>) - Method in class com.googlecode.n_orm.PropertyManagement
isRead() - Method in enum com.googlecode.n_orm.ReadWrite
isSimplePropertyType(Class<?>) - Method in class com.googlecode.n_orm.PropertyManagement
isWrite() - Method in enum com.googlecode.n_orm.ReadWrite
iterate() - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
Runs the query to find at most N matching elements.
iterator() - Method in class com.googlecode.n_orm.cache.perthread.LIFO
An iterator starting from the tail of the LIFO.
iterator() - Method in class com.googlecode.n_orm.cf.SetColumnFamily
Supplies an iterator over activated values only.

J

JSON_FILE - Static variable in class com.googlecode.n_orm.StoreSelector

K

Key - Annotation Type in com.googlecode.n_orm
Defines a java attribute as a key.
key - Variable in class com.googlecode.n_orm.memory.Memory.Table.Row
The identifier for this row
KEY_END_SEPARATOR - Static variable in class com.googlecode.n_orm.KeyManagement
KEY_SEPARATOR - Static variable in class com.googlecode.n_orm.KeyManagement
KeyConstraintBuilder<T extends PersistingElement> - Class in com.googlecode.n_orm.query
KeyConstraintBuilder(ClassConstraintBuilder<T>, Field) - Constructor for class com.googlecode.n_orm.query.KeyConstraintBuilder
KeyManagement - Class in com.googlecode.n_orm
To be identifiable, a persisting object must define fields to setup the key by annotating them with Key.
KeyManagement() - Constructor for class com.googlecode.n_orm.KeyManagement
 
keySet() - Method in class com.googlecode.n_orm.cf.MapColumnFamily
keySet() - Method in class com.googlecode.n_orm.utils.UnmodifiableOverridingMap

L

lessOrEqualsThan(Object) - Method in class com.googlecode.n_orm.query.InnerKeyConstraintBuilder
lessOrEqualsThan(Object) - Method in class com.googlecode.n_orm.query.SearchableKeyConstraintBuilder
LIFO<T> - Class in com.googlecode.n_orm.cache.perthread
LIFO() - Constructor for class com.googlecode.n_orm.cache.perthread.LIFO
 
LIFO.Criterium - Interface in com.googlecode.n_orm.cache.perthread
LimitConstraintBuilder<T extends PersistingElement> - Class in com.googlecode.n_orm.query
LimitConstraintBuilder(SearchableClassConstraintBuilder<T>, int) - Constructor for class com.googlecode.n_orm.query.LimitConstraintBuilder
logger - Static variable in class com.googlecode.n_orm.cache.write.WriteRetentionStore
LongAdder - Class in com.googlecode.n_orm.utils
One or more variables that together maintain an initially zero long sum.
LongAdder() - Constructor for class com.googlecode.n_orm.utils.LongAdder
Creates a new adder with initial sum of zero.
longValue() - Method in class com.googlecode.n_orm.utils.LongAdder
Equivalent to LongAdder.sum().

M

MapColumnFamily<K,T> - Class in com.googlecode.n_orm.cf
MapColumnFamily() - Constructor for class com.googlecode.n_orm.cf.MapColumnFamily
MapColumnFamily(Class<K>, Class<T>, Field, String, PersistingElement) - Constructor for class com.googlecode.n_orm.cf.MapColumnFamily
MAXIMUM_PROPERTY_NUMBER - Static variable in class com.googlecode.n_orm.PropertyManagement
Memory - Class in com.googlecode.n_orm.memory
Reference implementation for a store based on ConcurrentSkipListMap.
Memory.Table - Class in com.googlecode.n_orm.memory
An map to store rows within tables.
Memory.Table.Row - Class in com.googlecode.n_orm.memory
A row owning a set of Column families.
Memory.Table.Row.ColumnFamily - Class in com.googlecode.n_orm.memory
A column family owning values.
Memory.Table.Row.ColumnFamily.ByteValue - Class in com.googlecode.n_orm.memory
Memory.Table.Row.ColumnFamily.IncrementingValue - Class in com.googlecode.n_orm.memory
Memory.Table.Row.ColumnFamily.Value<T> - Class in com.googlecode.n_orm.memory
merge(Row, CloseableKeyIterator, Row, CloseableKeyIterator) - Method in class com.googlecode.n_orm.utils.AggregatingIterator
mergeWith(PersistingElementOverFederatedTableWithMerge) - Method in interface com.googlecode.n_orm.PersistingElementOverFederatedTableWithMerge
In case an inconsistency is detected, that is when an element with same id is found in different tables, this method is called in order to merge the element into one single element.
MetaInformation - Class in com.googlecode.n_orm.storeapi
Simple unchecked class to be sent to data stores for additional and optional information regarding queries.
MetaInformation() - Constructor for class com.googlecode.n_orm.storeapi.MetaInformation
MetaInformation(MetaInformation) - Constructor for class com.googlecode.n_orm.storeapi.MetaInformation

N

name - Variable in class com.googlecode.n_orm.memory.Memory.Table
The name for this table
name - Variable in class com.googlecode.n_orm.memory.Memory.Table.Row.ColumnFamily
The name for this column family
next() - Method in class com.googlecode.n_orm.EmptyCloseableIterator
next() - Method in class com.googlecode.n_orm.StorageManagement.SearchResultIterator
next() - Method in class com.googlecode.n_orm.utils.AggregatingIterator

O

ofClass(Class<T>) - Method in class com.googlecode.n_orm.query.ConstraintBuilder
override(Map<K, V>) - Method in class com.googlecode.n_orm.utils.UnmodifiableOverridingMap
Thread-safe mean to add new values by overriding existing ones.

P

pack - Variable in class com.googlecode.n_orm.StoreSelector.StoreProperties
Persisting - Annotation Type in com.googlecode.n_orm
This annotation must be placed on any element with persistence capabilities ; such annotated classes automatically implement and offer services defined by PersistingElement (e.g.
PersistingElement - Interface in com.googlecode.n_orm
Persisting elements are elements that can be stored and retrieved from a SimpleStore.
PersistingElementListener - Interface in com.googlecode.n_orm
PersistingElementOverFederatedTable - Interface in com.googlecode.n_orm
Such kind of persisting elements are those that were annotated with Persisting#federated() with a mode different from FederatedMode.NONE.
PersistingElementOverFederatedTableWithMerge - Interface in com.googlecode.n_orm
This interface is to be implemented by persisting classes over federated tables in order to repair any detected inconsistency.
PersistingMixin - Class in com.googlecode.n_orm
PersistingMixin() - Constructor for class com.googlecode.n_orm.PersistingMixin
 
pop() - Method in class com.googlecode.n_orm.cache.perthread.LIFO
PossiblePropertyTypes - Static variable in interface com.googlecode.n_orm.PersistingElement
The list of possible types for simple properties (including keys).
Problem(PersistingElement, Row, Throwable) - Constructor for class com.googlecode.n_orm.ProcessException.Problem
Process - Class in com.googlecode.n_orm.operations
Process<Input> - Interface in com.googlecode.n_orm
The interface for a process to be performed over an element.
process(Input) - Method in interface com.googlecode.n_orm.Process
process(MetaInformation, String, Constraint, Set<String>, Class<E>, Process<AE>, Callback) - Method in interface com.googlecode.n_orm.storeapi.ActionnableStore
process(Row) - Method in class com.googlecode.n_orm.storeapi.ProcessWrapper
Process.ProcessReport<T extends PersistingElement> - Class in com.googlecode.n_orm.operations
ProcessCanceller - Interface in com.googlecode.n_orm
processCompleted() - Method in interface com.googlecode.n_orm.Callback
processCompleted() - Method in class com.googlecode.n_orm.WaitingCallBack
processCompletedInError(Throwable) - Method in interface com.googlecode.n_orm.Callback
processCompletedInError(Throwable) - Method in class com.googlecode.n_orm.WaitingCallBack
processElements(Class<E>, Constraint, Process<AE>, int, String[], int, ProcessCanceller, ExecutorService) - Static method in class com.googlecode.n_orm.operations.Process
processElementsRemotely(Class<E>, Constraint, Process<AE>, Callback, int, String[], int, long) - Static method in class com.googlecode.n_orm.operations.Process
ProcessException - Exception in com.googlecode.n_orm
ProcessException(Process<? extends PersistingElement>, Process.ProcessReport<? extends PersistingElement>, List<ProcessException.Problem>, List<Throwable>) - Constructor for exception com.googlecode.n_orm.ProcessException
ProcessException.Problem - Class in com.googlecode.n_orm
ProcessReport() - Constructor for class com.googlecode.n_orm.operations.Process.ProcessReport
 
ProcessWrapper<AE extends PersistingElement,E extends AE> - Class in com.googlecode.n_orm.storeapi
ProcessWrapper(Process<AE>, Class<E>, Set<String>) - Constructor for class com.googlecode.n_orm.storeapi.ProcessWrapper
properties - Variable in class com.googlecode.n_orm.StoreSelector.StoreProperties
PROPERTY_COLUMNFAMILY_NAME - Static variable in class com.googlecode.n_orm.PropertyManagement
PROPERTY_FILE - Static variable in class com.googlecode.n_orm.StoreSelector
PropertyManagement - Class in com.googlecode.n_orm
PropertyManagement() - Constructor for class com.googlecode.n_orm.PropertyManagement
 
PropertyManagement.Property - Class in com.googlecode.n_orm
PropertyManagement.PropertyFamily - Class in com.googlecode.n_orm
Stores non-transient non-null properties for persisting objects.
push(T) - Method in class com.googlecode.n_orm.cache.perthread.LIFO
pushAll(LIFO<T>) - Method in class com.googlecode.n_orm.cache.perthread.LIFO
put(K, T) - Method in class com.googlecode.n_orm.cf.MapColumnFamily
put(K, V) - Method in class com.googlecode.n_orm.utils.UnmodifiableOverridingMap
putAll(Map<? extends K, ? extends T>) - Method in class com.googlecode.n_orm.cf.MapColumnFamily
putAll(Map<? extends K, ? extends V>) - Method in class com.googlecode.n_orm.utils.UnmodifiableOverridingMap
putElement(String, T) - Method in class com.googlecode.n_orm.cf.ColumnFamily

Q

qualifier - Variable in class com.googlecode.n_orm.memory.Memory.Table.Row.ColumnFamily.Value
The qualifier for this value
QueryCounter - Class in com.googlecode.n_orm.memory
QueryCounter() - Constructor for class com.googlecode.n_orm.memory.QueryCounter
 

R

RangeKeyConstraintBuilder<T extends PersistingElement> - Class in com.googlecode.n_orm.query
ReadException(Collection<ImportExport.ProcessReadException>) - Constructor for exception com.googlecode.n_orm.operations.ImportExport.ReadException
readSerializedPersistingElements(InputStream, Process<T>) - Static method in class com.googlecode.n_orm.operations.ImportExport
Processes sequentially each element of a serialized stream without importing them.
readSerializedPersistingElements(String, Process<? extends PersistingElement>) - Static method in class com.googlecode.n_orm.operations.ImportExport
Processes sequentially each element of a serialized file without importing them.
readValue(Object, Field) - Method in class com.googlecode.n_orm.PropertyManagement
ReadWrite - Enum in com.googlecode.n_orm
rebuild(Map<String, byte[]>) - Method in class com.googlecode.n_orm.cf.ColumnFamily
register(PersistingElement) - Method in class com.googlecode.n_orm.cache.perthread.Cache
Registers an element in the cache.
Only thread for this cache has access to this method.
In case this cache is marked for cleanup, elements are checked for their time to live (see Cache.setTimeToLiveSeconds(int)).
In case the maximum number of cacheable elements is reached, element with the eldest access id removed from the cache (see Cache.setMaxElementsInCache(int))
register(PersistingElement) - Method in class com.googlecode.n_orm.KeyManagement
remoteForEach(Process<T>, Callback, int, long) - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
Performs asynchronously an action for each element corresponding to the query.
remove(Object) - Method in class com.googlecode.n_orm.cf.MapColumnFamily
remove(Object) - Method in class com.googlecode.n_orm.cf.SetColumnFamily
Removes an element to the column family.
remove() - Method in class com.googlecode.n_orm.EmptyCloseableIterator
remove(String) - Method in class com.googlecode.n_orm.memory.Memory.Table.Row.ColumnFamily
remove() - Method in class com.googlecode.n_orm.StorageManagement.SearchResultIterator
remove() - Method in class com.googlecode.n_orm.utils.AggregatingIterator
remove(Object) - Method in class com.googlecode.n_orm.utils.UnmodifiableOverridingMap
removeAll(Collection<?>) - Method in class com.googlecode.n_orm.cf.SetColumnFamily
Removes elements to the column family.
removeAll(Set<String>) - Method in class com.googlecode.n_orm.memory.Memory.Table.Row.ColumnFamily
removeKey(String) - Method in class com.googlecode.n_orm.cf.ColumnFamily
Removes an element to the column family given its key.
removePersistingElementListener(PersistingElementListener) - Method in interface com.googlecode.n_orm.PersistingElement
Removes a listener to this persisting element.
reset() - Method in class com.googlecode.n_orm.cache.perthread.Cache
Clears the cache.
reset() - Method in interface com.googlecode.n_orm.cache.read.ICache
delete all the element in the cache
reset() - Method in class com.googlecode.n_orm.memory.Memory
reset() - Method in class com.googlecode.n_orm.utils.LongAdder
Resets variables maintaining the sum to zero.
resetCapureHitRatioMetrics() - Static method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
retainAll(Collection<?>) - Method in class com.googlecode.n_orm.cf.SetColumnFamily
Retains only the elements in this collection that are contained in the specified collection of activated elements.
Row(String) - Constructor for class com.googlecode.n_orm.memory.Memory.Table.Row
Row - Interface in com.googlecode.n_orm.storeapi
Row.ColumnFamilyData - Interface in com.googlecode.n_orm.storeapi

S

sastisfies(String) - Method in class com.googlecode.n_orm.storeapi.Constraint
SearchableClassConstraintBuilder<T extends PersistingElement> - Class in com.googlecode.n_orm.query
SearchableClassConstraintBuilder(Class<T>) - Constructor for class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
SearchableKeyConstraintBuilder<T extends PersistingElement> - Class in com.googlecode.n_orm.query
SearchableKeyConstraintBuilder(ClassConstraintBuilder<T>, Field) - Constructor for class com.googlecode.n_orm.query.SearchableKeyConstraintBuilder
SearchableRangeKeyConstraintBuilder<T extends PersistingElement> - Class in com.googlecode.n_orm.query
SearchResultIterator(Class<T>, int, Map<String, Field>, CloseableKeyIterator) - Constructor for class com.googlecode.n_orm.StorageManagement.SearchResultIterator
SERIALIZATION_SEPARATOR - Static variable in class com.googlecode.n_orm.operations.ImportExport
serialVersionUID - Static variable in interface com.googlecode.n_orm.PersistingElement
setActivated() - Method in class com.googlecode.n_orm.cf.ColumnFamily
setAllChanged() - Method in class com.googlecode.n_orm.cf.ColumnFamily
setCapureHitRatio(boolean) - Static method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
Whether hit ratio metrics should be captured
setChanged(PropertyManagement.Property, ColumnFamily.ChangeKind) - Method in class com.googlecode.n_orm.PropertyManagement.PropertyFamily
SetColumnFamily<T> - Class in com.googlecode.n_orm.cf
Column family for sets.
SetColumnFamily() - Constructor for class com.googlecode.n_orm.cf.SetColumnFamily
SetColumnFamily(Class<T>, Field, PersistingElement) - Constructor for class com.googlecode.n_orm.cf.SetColumnFamily
SetColumnFamily(Class<T>, Field, String, PersistingElement) - Constructor for class com.googlecode.n_orm.cf.SetColumnFamily
setEnabledByDefault(boolean) - Method in class com.googlecode.n_orm.cache.read.CachedStore
Whether read cache is enabled by default for thread that did not call CachedStore.setEnabledForCurrentThread(boolean).
setEnabledByDefault(boolean) - Method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
Whether write retention is enabled by default for thread that did not call WriteRetentionStore.setEnabledForCurrentThread(boolean).
setEnabledForCurrentThread(boolean) - Static method in class com.googlecode.n_orm.cache.read.CachedStore
Whether cache should be enabled for this thread even for de-activated write-retention stores.
setEnabledForCurrentThread(boolean) - Static method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
Whether write retention should be enabled for this thread even for de-activated write-retention stores.
setHost(String) - Method in interface com.googlecode.n_orm.storeapi.GenericStore
setImmedatePropertyCheck(boolean) - Static method in class com.googlecode.n_orm.IncrementManagement
Whether setting a property marked as Incrementing immediately triggers an check that might throw an IncrementException.
setMaxElementsInCache(int) - Static method in class com.googlecode.n_orm.cache.perthread.Cache
Sets the maximum number of elements that can be kept in a (per-thread) cache.
setMaxSenderThreads(int) - Static method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
Maximum global number of threads used for sending requests to store
setParallelGlobalSearch(int) - Static method in class com.googlecode.n_orm.FederatedTableManagement
The maximum number of threads to be used while performing global actions like a counting or grabbing elements from a class.
setPeriodBetweenCacheCleanupMS(int) - Static method in class com.googlecode.n_orm.cache.perthread.Cache
The time between two cache cleanups.
setPort(int) - Method in interface com.googlecode.n_orm.storeapi.GenericStore
setPropertiesFor(Class<? extends PersistingElement>, Map<String, Object>) - Method in class com.googlecode.n_orm.StoreSelector
setPropertiesFor(Class<? extends PersistingElement>, Store) - Method in class com.googlecode.n_orm.StoreSelector
setStore(Store) - Method in interface com.googlecode.n_orm.PersistingElement
Sets the store used for this persisting element.
setTableAlternativeCacheTTLInS(long) - Static method in class com.googlecode.n_orm.FederatedTableManagement
The time (in s) during which table alternatives are not loaded again from the base ; default is 1s
setTimeToLiveSeconds(int) - Static method in class com.googlecode.n_orm.cache.perthread.Cache
Sets time during which a element is kept in the cache.
setTo(Object) - Method in class com.googlecode.n_orm.query.InnerKeyConstraintBuilder
setTo(Object) - Method in class com.googlecode.n_orm.query.SearchableKeyConstraintBuilder
setValue(byte[], long) - Method in class com.googlecode.n_orm.memory.Memory.Table.Row.ColumnFamily.ByteValue
setValue(Object) - Method in class com.googlecode.n_orm.PropertyManagement.Property
setValue(Object, Field, Object) - Method in class com.googlecode.n_orm.PropertyManagement
SimpleConverter<T> - Class in com.googlecode.n_orm.conversion
SimpleConverter(Class<T>) - Constructor for class com.googlecode.n_orm.conversion.SimpleConverter
SimpleStore - Interface in com.googlecode.n_orm.storeapi
An interface that defines what a data store should implement and which is simpler than Store.
SimpleStoreWrapper - Class in com.googlecode.n_orm.storeapi
size() - Method in class com.googlecode.n_orm.cache.perthread.Cache
The size of the cache.
size() - Method in interface com.googlecode.n_orm.cache.read.ICache
return the the approximate number of entries in the cache
size() - Method in class com.googlecode.n_orm.cf.ColumnFamily
Returns the number of activated elements.
size() - Method in class com.googlecode.n_orm.utils.UnmodifiableOverridingMap
start() - Method in class com.googlecode.n_orm.cache.read.CachedStore
start() - Method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
start() - Method in class com.googlecode.n_orm.memory.Memory
start() - Method in class com.googlecode.n_orm.storeapi.DelegatingStore
start() - Method in interface com.googlecode.n_orm.storeapi.SimpleStore
Called once the store is created ; only one store is instanciated with the same properties.
start() - Method in class com.googlecode.n_orm.storeapi.SimpleStoreWrapper
start() - Method in interface com.googlecode.n_orm.storeapi.Store
Called once the store is created ; only one store is instanciated with the same properties.
StorageManagement - Class in com.googlecode.n_orm
StorageManagement() - Constructor for class com.googlecode.n_orm.StorageManagement
 
StorageManagement.SearchResultIterator<T extends PersistingElement> - Class in com.googlecode.n_orm
store() - Method in interface com.googlecode.n_orm.PersistingElement
Stores the object into the data store designated by PersistingElement.getStore().
Store - Interface in com.googlecode.n_orm.storeapi
The interface that defines what a data store should implement.
store - Variable in class com.googlecode.n_orm.StoreSelector.StoreProperties
STORE_DRIVERCLASS_PROPERTY - Static variable in class com.googlecode.n_orm.StoreSelector
STORE_DRIVERCLASS_SINGLETON_PROPERTY - Static variable in class com.googlecode.n_orm.StoreSelector
STORE_DRIVERCLASS_STATIC_ACCESSOR - Static variable in class com.googlecode.n_orm.StoreSelector
STORE_REFERENCE - Static variable in class com.googlecode.n_orm.StoreSelector
STORE_WRITE_RETENTION - Static variable in class com.googlecode.n_orm.StoreSelector
storeChanges(MetaInformation, String, String, Row.ColumnFamilyData, Map<String, Set<String>>, Map<String, Map<String, Number>>) - Method in class com.googlecode.n_orm.cache.write.WriteRetentionStore
storeChanges(String, String, Row.ColumnFamilyData, Map<String, Set<String>>, Map<String, Map<String, Number>>) - Method in class com.googlecode.n_orm.memory.Memory
storeChanges(MetaInformation, String, String, Row.ColumnFamilyData, Map<String, Set<String>>, Map<String, Map<String, Number>>) - Method in class com.googlecode.n_orm.storeapi.DelegatingStore
storeChanges(String, String, Row.ColumnFamilyData, Map<String, Set<String>>, Map<String, Map<String, Number>>) - Method in interface com.googlecode.n_orm.storeapi.SimpleStore
Stores given piece of information.
storeChanges(MetaInformation, String, String, Row.ColumnFamilyData, Map<String, Set<String>>, Map<String, Map<String, Number>>) - Method in class com.googlecode.n_orm.storeapi.SimpleStoreWrapper
storeChanges(MetaInformation, String, String, Row.ColumnFamilyData, Map<String, Set<String>>, Map<String, Map<String, Number>>) - Method in interface com.googlecode.n_orm.storeapi.Store
Stores given piece of information.
stored(PersistingElement) - Method in class com.googlecode.n_orm.DefaultPersistingElementListener
stored(PersistingElement) - Method in interface com.googlecode.n_orm.PersistingElementListener
Sent after a listened PersistingElement was stored in the data store.
storeInvoked(PersistingElement) - Method in class com.googlecode.n_orm.DefaultPersistingElementListener
storeInvoked(PersistingElement) - Method in interface com.googlecode.n_orm.PersistingElementListener
Sent before a listened PersistingElement is stored in the data store.
storeNoCache() - Method in interface com.googlecode.n_orm.PersistingElement
Store this persisting element as PersistingElement.store() but ignoring any write cache.
StoreProperties(Map<String, Object>, String) - Constructor for class com.googlecode.n_orm.StoreSelector.StoreProperties
StoreSelector - Class in com.googlecode.n_orm
StoreSelector() - Constructor for class com.googlecode.n_orm.StoreSelector
 
StoreSelector.StoreProperties - Class in com.googlecode.n_orm
storeToPOJO() - Method in class com.googlecode.n_orm.cf.ColumnFamily
storeToPOJO() - Method in class com.googlecode.n_orm.PropertyManagement.Property
storeToPOJO() - Method in class com.googlecode.n_orm.PropertyManagement.PropertyFamily
sum() - Method in class com.googlecode.n_orm.utils.LongAdder
Returns the current sum.
sumThenReset() - Method in class com.googlecode.n_orm.utils.LongAdder
Equivalent in effect to LongAdder.sum() followed by LongAdder.reset().

T

Table(String) - Constructor for class com.googlecode.n_orm.memory.Memory.Table
TableAlternativeCacheTTLInS - Static variable in class com.googlecode.n_orm.FederatedTableManagement
The time (in ms) during which table alternatives are not loaded again from the base ; default is 1s
TimeoutCanceller - Class in com.googlecode.n_orm
TimeoutCanceller(long) - Constructor for class com.googlecode.n_orm.TimeoutCanceller
toArray() - Method in class com.googlecode.n_orm.cf.SetColumnFamily
Supplies an array that contains activated values only.
toArray(U[]) - Method in class com.googlecode.n_orm.cf.SetColumnFamily
Supplies an array that contains activated values only.
toBytes(Object, Class<?>) - Method in class com.googlecode.n_orm.conversion.ArrayConverter
toBytes(T, Class<? extends T>) - Method in class com.googlecode.n_orm.conversion.SimpleConverter
toString(Object, Class<?>) - Method in class com.googlecode.n_orm.conversion.ArrayConverter
toString(T, Class<? extends T>) - Method in class com.googlecode.n_orm.conversion.SimpleConverter
toString() - Method in class com.googlecode.n_orm.PropertyManagement.Property
toString() - Method in class com.googlecode.n_orm.utils.LongAdder
Returns the String representation of the LongAdder.sum().
toTypeAwareStore(SimpleStore) - Method in class com.googlecode.n_orm.StoreSelector
Transient - Annotation Type in com.googlecode.n_orm
Avoids a field to be persisted.
Trigger - Annotation Type in com.googlecode.n_orm.consoleannotations

U

UnknownColumnFamily - Exception in com.googlecode.n_orm
UnknownColumnFamily(Class<? extends PersistingElement>, String) - Constructor for exception com.googlecode.n_orm.UnknownColumnFamily
UnmodifiableOverridingMap<K,V> - Class in com.googlecode.n_orm.utils
A stack of maps overriding each other.
UnmodifiableOverridingMap() - Constructor for class com.googlecode.n_orm.utils.UnmodifiableOverridingMap
 
unregister(PersistingElement) - Method in class com.googlecode.n_orm.cache.perthread.Cache
Removes an element in the cache.
Only thread for this cache has access to this method.
In case this cache is marked for cleanup, elements are checked for their time to live (see Cache.setTimeToLiveSeconds(int)).
unregister(String) - Method in class com.googlecode.n_orm.cache.perthread.Cache
Removes an element in the cache given by its full identifier.
Only thread for this cache has access to this method.
In case this cache is marked for cleanup, elements are checked for their time to live (see Cache.setTimeToLiveSeconds(int)).
unregister(PersistingElement) - Method in class com.googlecode.n_orm.KeyManagement
unregister(Class<? extends PersistingElement>, String) - Method in class com.googlecode.n_orm.KeyManagement
UnreversibleTypeException - Exception in com.googlecode.n_orm.conversion
UnreversibleTypeException(Class<?>) - Constructor for exception com.googlecode.n_orm.conversion.UnreversibleTypeException
UnreversibleTypeException(String, Class<?>, Throwable) - Constructor for exception com.googlecode.n_orm.conversion.UnreversibleTypeException
UnreversibleTypeException(String, Class<?>) - Constructor for exception com.googlecode.n_orm.conversion.UnreversibleTypeException
UnreversibleTypeException(Class<?>, Throwable) - Constructor for exception com.googlecode.n_orm.conversion.UnreversibleTypeException
updateFromPOJO() - Method in class com.googlecode.n_orm.cf.ColumnFamily
updateFromPOJO() - Method in class com.googlecode.n_orm.PropertyManagement.Property
updateFromPOJO() - Method in class com.googlecode.n_orm.PropertyManagement.PropertyFamily

V

Value(String) - Constructor for class com.googlecode.n_orm.memory.Memory.Table.Row.ColumnFamily.Value
Creates a value that cannot be incremented
valueOf(String) - Static method in enum com.googlecode.n_orm.cf.ColumnFamily.ChangeKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.n_orm.Consistency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.n_orm.FederatedMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.n_orm.Incrementing.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.n_orm.ReadWrite
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.googlecode.n_orm.cf.ColumnFamily.ChangeKind
Returns an array containing the constants of this enum type, inthe order they are declared.
values() - Method in class com.googlecode.n_orm.cf.MapColumnFamily
values() - Static method in enum com.googlecode.n_orm.Consistency
Returns an array containing the constants of this enum type, inthe order they are declared.
values() - Static method in enum com.googlecode.n_orm.FederatedMode
Returns an array containing the constants of this enum type, inthe order they are declared.
values() - Static method in enum com.googlecode.n_orm.Incrementing.Mode
Returns an array containing the constants of this enum type, inthe order they are declared.
values() - Static method in enum com.googlecode.n_orm.ReadWrite
Returns an array containing the constants of this enum type, inthe order they are declared.

W

WaitingCallBack - Class in com.googlecode.n_orm
A Callback implementation that waits for a process to be completed.
WaitingCallBack() - Constructor for class com.googlecode.n_orm.WaitingCallBack
 
waitProcessCompleted() - Method in class com.googlecode.n_orm.WaitingCallBack
wasChanged(String) - Method in class com.googlecode.n_orm.cf.ColumnFamily
wasDeleted(String) - Method in class com.googlecode.n_orm.cf.ColumnFamily
withAtMost(int) - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
withColumnFamilies(Map<String, Field>) - Method in class com.googlecode.n_orm.storeapi.MetaInformation
withId(String) - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
Finds the element with the given id.
withKey(String) - Method in class com.googlecode.n_orm.query.InnerClassConstraintBuilder
withKey(String) - Method in class com.googlecode.n_orm.query.SearchableClassConstraintBuilder
withPostfixedTable(String, String) - Method in class com.googlecode.n_orm.storeapi.MetaInformation
WriteRetentionStore - Class in com.googlecode.n_orm.cache.write
A DelegatingStore that retains all writes (#storeChanges(MetaInformation, String, String, ColumnFamilyData, Map, Map) and WriteRetentionStore.delete(MetaInformation, String, String), that is PersistingElement.store() and PersistingElement.delete()) during a certain amount of time.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links