ObjectDB Database Search
51-100 of 200 resultsvirtual servers and one file files access and only part of the virtual file is in the virtual server's cache . Have you ever heard ... and only part of the virtual file is in the virtual server's cache . Have you ever heard ... caching of the database file is the reason seems reasonable and maybe this could be solved | |
ArrayIndexOutOfBoundException:591) at com.objectdb.jpa.EMImpl.find(EMImpl.java:514) at com.ysoft. cache .objectdb.ObjectCacheDB.deleteInOpenTransaction(ObjectCacheDB.java:361) at com.ysoft. cache .objectdb.ObjectCacheDB.delete(ObjectCacheDB.java:356) at com.ysoft. cache .objectdb.ObjectCacheDB.delete(ObjectCacheDB.java:347) at eu.ysoft | |
javax.persistence.CacheStoreMode.REFRESH JPA Enum Constant in javax.persistence.CacheStoreMode REFRESH Insert/update entity data into cache when read from database and when committed into database. Forces refresh of cache for items read from database. Since: JPA 2.0 | |
javax.persistence.CacheStoreMode.USE JPA Enum Constant in javax.persistence.CacheStoreMode USE Insert entity data into cache when read from database and insert/update entity data when committed into database: this is the default behavior. Does not force refresh of already cached items when reading from database. Since: JPA 2.0 | |
javax.persistence.SharedCacheMode.ENABLE_SELECTIVE JPA Enum Constant in javax.persistence.SharedCacheMode ENABLE_SELECTIVE Caching is enabled for all entities for Cacheable(true) is specified. All other entities are not cached . Since: JPA 2.0 | |
javax.persistence.SharedCacheMode.DISABLE_SELECTIVE JPA Enum Constant in javax.persistence.SharedCacheMode DISABLE_SELECTIVE Caching is enabled for all entities except those for which Cacheable(false) is specified. Entities for which Cacheable(false) is specified are not cached . Since: JPA 2.0 | |
Enhanced classes problem of field field eu.ysoft.safeq.core. cache .entity.CacheableJobStat.jais using enhanced method at com ... .core. cache .entity.CacheableJobStat.__odbGet_jobId(CacheableJobStat.java:1) at eu.ysoft.safeq.core. cache .entity.CacheableJobStat.toString(CacheableJobStat.java:136) at java.lang.String.valueOf(Unknown | |
Best practise loading big data infrastructure ( cache releated classes? ) that was built up during reading and now ... should be better done inside the DB if possible. btc_es BTC EmbeddedSystems ObjectDB manages several cache data structures: Page cache Query caches Entity caches You may use the above links to the see default | |
javax.persistence.SharedCacheMode.NONE JPA Enum Constant in javax.persistence.SharedCacheMode NONE Caching is disabled for the persistence unit. Since: JPA 2.0 | |
PersistenceManager.evict(pc) - JDO Method JDO Method in javax.jdo.PersistenceManager void evict ( Object pc ) Mark an instance as no longer needed in the cache . Eviction is normally done automatically by ... to the PersistenceManager that the instance is no longer needed in the cache . Parameters: pc - the instance to evict from the cache . Since: JDO 1.0 | |
PersistenceManagerFactory.getDataStoreCache() - JDO Method JDO Method in javax.jdo.PersistenceManagerFactory DataStoreCache getDataStoreCache () Return the DataStoreCache that this factory uses for controlling a second-level cache . If this factory does not use a second-level cache , the returned instance does nothing. This method never returns null . Return: the DataStoreCache Since: JDO 2.0 | |
javax.jdo.PersistenceManagerFactory cache . If this factory does not use a second-level cache , the returned instance does | |
PersistenceManager.flush() - JDO Method is active, this method synchronizes the cache with the datastore and reports any exceptions. If an optimistic transaction is active, this method obtains a datastore connection, synchronizes the cache | |
javax.jdo.identity.LongIdentity class name. Inherited from: SingleFieldIdentity Since: JDO 2.0 int hashCode () Return the cached hash code. Return: the cached hash code. Inherited from: SingleFieldIdentity Since: JDO 1.0 void | |
javax.jdo.identity.IntIdentity name. Inherited from: SingleFieldIdentity Since: JDO 2.0 int hashCode () Return the cached hash code. Return: the cached hash code. Inherited from: SingleFieldIdentity Since: JDO 1.0 void readExternal | |
javax.jdo.identity.ObjectIdentity hashCode () Return the cached hash code. Return: the cached hash code. Inherited from: SingleFieldIdentity | |
StateManager.isLoaded(pc,field) - JDO Method JDO Method in javax.jdo.spi.StateManager boolean isLoaded ( PersistenceCapable pc, int field ) Return true if the field is cached in the calling instance ... : whether the field is cached in the calling instance Since: JDO 1.0 | |
javax.jdo.identity.ByteIdentity () Return the cached hash code. Return: the cached hash code. Inherited from: SingleFieldIdentity | |
javax.jdo.identity.CharIdentity from: SingleFieldIdentity Since: JDO 2.0 int hashCode () Return the cached hash code. Return: the cached hash code. Inherited from: SingleFieldIdentity Since: JDO 1.0 void readExternal (ObjectInput  | |
javax.jdo.Transaction should be used for the current transaction, whether instances may hold values in the cache outside transactions, and whether values should be retained in the cache after transaction completion | |
Query.setIgnoreCache(ignoreCache) - JDO Method whether the query should execute entirely in the back end, instead of in the cache . If this flag is set ... the cache . For optimistic transactions, this can dramatically improve query response times | |
javax.jdo.spi.StateManager (PersistenceCapable pc, int field) Return true if the field is cached in the calling instance ... : whether the field is cached in the calling instance Since: JDO 1.0 boolean isNew (PersistenceCapable pc | |
javax.jdo.identity.SingleFieldIdentity: the target class name. Since: JDO 2.0 int hashCode () Return the cached hash code. Return: the cached hash | |
PersistenceManager.evictAll(pcs) - JDO Method JDO Method in javax.jdo.PersistenceManager void evictAll ( Collection pcs ) Mark a Collection of instances as no longer needed in the cache . Parameters: pcs - the Collection of instances to evict from the cache . See Also: evict (Object pc) Since: JDO 1.0 | |
javax.jdo.identity.ShortIdentity the cached hash code. Return: the cached hash code. Inherited from: SingleFieldIdentity Since: JDO 1.0 | |
javax.jdo.identity.StringIdentity () Return the cached hash code. Return: the cached hash code. Inherited from: SingleFieldIdentity | |
SingleFieldIdentity.hashCode() - JDO Method JDO Method in javax.jdo.identity.SingleFieldIdentity int hashCode () Return the cached hash code. Return: the cached hash code. Since: JDO 1.0 | |
PersistenceManager.evictAll(pcs) - JDO Method JDO Method in javax.jdo.PersistenceManager void evictAll ( Object... pcs ) Mark an array of instances as no longer needed in the cache . Parameters: pcs - the array of instances to evict from the cache . See Also: evict (Object pc) Since: JDO 1.0 | |
javax.jdo.annotations.Persistent.cacheable JDO Annotation Attribute in javax.jdo.annotations.Persistent String cacheable default "true" Whether this field/property is cacheable in a Level2 cache . Since: JDO 2.2 | |
javax.jdo.annotations.PersistenceCapable JDO Annotation PersistenceCapable Target: ElementType.TYPE Implemented Interfaces: Annotation Annotation for whether the class or interface is persistence-capable. Since: JDO 2.1 Public Annotation Attributes String cacheable default "true" Whether this class is cacheable in a Level2 cache | |
javax.jdo.annotations.Persistent" Whether this field/property is cacheable in a Level2 cache . Since: JDO 2.2 String column default | |
javax.jdo.annotations.PersistenceCapable.cacheable JDO Annotation Attribute in javax.jdo.annotations.PersistenceCapable String cacheable default "true" Whether this class is cacheable in a Level2 cache . Since: JDO 2.2 | |
PersistenceManager.getIgnoreCache() - JDO Method JDO Method in javax.jdo.PersistenceManager boolean getIgnoreCache () Get the ignoreCache setting for queries. IgnoreCache set to true specifies that for all Query instances created by this PersistenceManager , the default is the cache should be ignored for queries. Return: the ignoreCache setting. Since: JDO 1.0 | |
PersistenceManager.setIgnoreCache(flag) - JDO Method JDO Method in javax.jdo.PersistenceManager void setIgnoreCache ( boolean flag ) Set the ignoreCache parameter for queries. IgnoreCache set to true specifies that for all Query instances created by this PersistenceManager , the default is the cache should be ignored for queries. Parameters: flag - the ignoreCache setting. Since: JDO 1.0 | |
DataStoreCache.unpinAll(pcClass,subclasses) - JDO Method JDO Method in javax.jdo.datastore.DataStoreCache void unpinAll ( Class pcClass, boolean subclasses ) Unpin instances from the second-level cache . Parameters: pcClass - the class of instances to unpin subclasses - if true, unpin instances of subclasses also Since: JDO 2.0 | |
DataStoreCache.unpinAll(oids) - JDO Method JDO Method in javax.jdo.datastore.DataStoreCache void unpinAll ( Object... oids ) Unpin the parameter instance from the second-level cache . Parameters: oids - the object id of the instance to evict. Since: JDO 2.0 | |
javax.jdo.datastore.DataStoreCache$EmptyDataStoreCache JDO Class EmptyDataStoreCache java.lang.Object ∟ javax.jdo.datastore.DataStoreCache$EmptyDataStoreCache Implemented Interfaces: DataStoreCache This class is an empty implementation of the DataStoreCache interface. It can be used by an implementation that does not support a second-level cache | |
DataStoreCache.unpinAll(subclasses,pcClass) - JDO Method JDO Method in javax.jdo.datastore.DataStoreCache void unpinAll ( boolean subclasses, Class pcClass ) Unpin instances from the second-level cache . Parameters: pcClass - the class of instances to unpin subclasses - if true, unpin instances of subclasses also Since: JDO 2.1 | |
DataStoreCache.pinAll(subclasses,pcClass) - JDO Method JDO Method in javax.jdo.datastore.DataStoreCache void pinAll ( boolean subclasses, Class pcClass ) Pin instances in the second-level cache . Parameters: pcClass - the class of instances to pin subclasses - if true, pin instances of subclasses also Since: JDO 2.1 | |
DataStoreCache.pinAll(pcClass,subclasses) - JDO Method JDO Method in javax.jdo.datastore.DataStoreCache void pinAll ( Class pcClass, boolean subclasses ) Pin instances in the second-level cache . Parameters: pcClass - the class of instances to pin subclasses - if true, pin instances of subclasses also Since: JDO 2.0 | |
DataStoreCache.unpinAll(oids) - JDO Method JDO Method in javax.jdo.datastore.DataStoreCache void unpinAll ( Collection oids ) Unpin the parameter instances from the second-level cache . Parameters: oids - the object ids of the instance to evict. Since: JDO 2.0 | |
DataStoreCache.unpin(oid) - JDO Method JDO Method in javax.jdo.datastore.DataStoreCache void unpin ( Object oid ) Unpin the parameter instance from the second-level cache . Parameters: oid - the object id of the instance to unpin. Since: JDO 2.0 | |
DataStoreCache.pin(oid) - JDO Method JDO Method in javax.jdo.datastore.DataStoreCache void pin ( Object oid ) Pin the parameter instance in the second-level cache . Parameters: oid - the object id of the instance to pin. Since: JDO 2.0 | |
DataStoreCache.evictAll(subclasses,pcClass) - JDO Method JDO Method in javax.jdo.datastore.DataStoreCache void evictAll ( boolean subclasses, Class pcClass ) Evict the parameter instances from the second-level cache . Parameters: pcClass - the class of instances to evict subclasses - if true, evict instances of subclasses also Since: JDO 2.1 | |
DataStoreCache.pinAll(oids) - JDO Method JDO Method in javax.jdo.datastore.DataStoreCache void pinAll ( Object... oids ) Pin the parameter instances in the second-level cache . Parameters: oids - the object ids of the instances to pin. Since: JDO 2.0 | |
DataStoreCache.pinAll(oids) - JDO Method JDO Method in javax.jdo.datastore.DataStoreCache void pinAll ( Collection oids ) Pin the parameter instances in the second-level cache . Parameters: oids - the object ids of the instances to pin. Since: JDO 2.0 | |
DataStoreCache.evictAll(oids) - JDO Method JDO Method in javax.jdo.datastore.DataStoreCache void evictAll ( Object... oids ) Evict the parameter instances from the second-level cache . Parameters: oids - the object ids of the instance to evict. Since: JDO 2.0 | |
DataStoreCache.evictAll(pcClass,subclasses) - JDO Method JDO Method in javax.jdo.datastore.DataStoreCache void evictAll ( Class pcClass, boolean subclasses ) Evict the parameter instances from the second-level cache . Parameters: pcClass - the class of instances to evict subclasses - if true, evict instances of subclasses also Since: JDO 2.0 | |
DataStoreCache.evictAll(oids) - JDO Method JDO Method in javax.jdo.datastore.DataStoreCache void evictAll ( Collection oids ) Evict the parameter instances from the second-level cache . Parameters: oids - the object ids of the instance to evict. Since: JDO 2.0 | |
DataStoreCache.evict(oid) - JDO Method JDO Method in javax.jdo.datastore.DataStoreCache void evict ( Object oid ) Evict the parameter instance from the second-level cache . Parameters: oid - the object id of the instance to evict. Since: JDO 2.0 |