|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
AbstractGraphDatabase.getConfig()
() and AbstractGraphDatabase.getManagementBeans(Class)
() a.s.o.position
and operationType
locking the window preventing other threads from using it.
PersistenceWindow
for position
and
operation type
.
RelationshipType
to the Expander
.
RelationshipType
with a Direction
to the
Expander
.
entity
to the index.
entity
to the index.
BRANCH_ADD
record to the file.
Node
filter.
Relationship
filter.
Expander.addRelationshipFilter(Predicate)
instead
iterator
to collection
.
iterator
to collection
.
buffer
.
iterator
as an Iterable
.
Iterable
for iterating over the lines of a text file.
Iterator
for iterating over the lines of a text file.
Evaluator
which only includes positions at depth
and prunes everything deeper than that.
BatchInserter
version of Index
.BatchInserterIndex
s from a certain index provider.Bits
then.BranchSelector
instances with a starting point to base
the first decision on.TraversalDescription.order(BranchOrderingPolicy)
where a "preorder breadth first" selector is used.
ByteBuffer
and is tied to a PersistenceWindow
.ReadableByteChannel
so that even small reads,
byte/int/long will be fast.Iterator
which lazily fetches and caches items from the
underlying iterator when items are requested.source
as its underlying
Iterator
to get items lazily from.
memory mapped windows
in bytes.
branch
is unique, and hence can be
visited in this traversal.
IdGenerator
used by this store
close()
method returns.
Collection
, making it look (and function) like a collection
holding another type of items.TraversalBranch
s with a common
head node
in order to obtain an
TraversalBranch
representing a path from the start node of the
source
TraversalBranch
to the start node of the
target
TraversalBranch
.
Iterable
s, making them look like they were
one big iterable.Iterator
s, making them look like they were
one big iterator.record
of a Command
.XaLogicalLog.getCurrentTxIdentifier()
then calls XaTransaction.doCommit()
.
AbstractStore
and
AbstractDynamicStore
.fileName
loading any configuration defined in config
.
iterator
by looping
through it.
iterable
by looping through it.
Node
or Relationship
to index.
UniqueFactory.create(Map)
, creates a plain node.
BranchSelector
with startBranch
as the
first branch to base a decision on "where to go next".
TransactionEventsSyncHook
instance of there
are any registered TransactionEventHandler
s, else null
.
XaTransaction
with identifier
as internal
transaction id.
fileName
If filename
is null
or the file already exists an
IOException
is thrown.
fileName
If
filename is null
or the file already exists an
IOException
is thrown.
fileName
If
filename is null
or the file already exists an IOException
is thrown.
fileName
If filename is null
or the file already exists an
IOException
is thrown.
CachingIterator.next()
/CachingIterator.previous()
.
Iterator.next()
).
Path
.
created
, but adding it to the index failed (due to being
added by another transaction concurrently).
UniqueFactory.delete(PropertyContainer)
.
UniqueFactory.delete(PropertyContainer)
.
TraversalDescription.order(BranchOrderingPolicy)
where a "preorder depth first" selector is used.
TraversalDescription
with default value for
everything so that it's OK to call
TraversalDescription.traverse(org.neo4j.graphdb.Node)
without
modification.
XAResource
implementation the work done on the resource will be rolled back, saved
or committed (may also depend on transactional state).
execute()
.
rollback()
.
RelationshipType
.GraphDatabaseService
that is used to embed Neo4j
in an application.GraphDatabaseService
with a store located in
storeDir
, which will be created if it doesn't already exist.
GraphDatabaseService
with a set of configuration parameters.
EmbeddedGraphDatabase
.GraphDatabaseService
with a store located in
storeDir
.
GraphDatabaseService
with a set of configuration parameters.
Expander
which, if not modified, will expand
all relationships when asked to expand a Node
.
java.lang.Object
.
Path
and returns an Evaluation
containing
information about whether or not to include it in the traversal result,
i.e return it from the Traverser
.
Evaluator.evaluate(org.neo4j.graphdb.Path)
.TraversalDescription.filter(Predicate)
and
TraversalDescription.prune(PruneEvaluator)
.
Evaluator
s useful during common traversals.indexName
.
indexName
.
RelationshipExpander
as the expander of relationships,
discarding all previous calls to
TraversalDescription.relationships(RelationshipType)
and
TraversalDescription.relationships(RelationshipType, Direction)
.
RelationshipExpander
interface
that makes it possible to build customized versions of an Expander
.RelationshipExpander
wrapped as an Expander
.
RelationshipExpander
which expands relationships
of all types and directions.
RelationshipExpander
which expands relationships
of all types in the given direction
.
RelationshipExpander
which is set to expand
relationships with type
and direction
.
RelationshipExpander
which is set to expand
relationships with type
in any direction.
RelationshipExpander
which is set to expand
relationships with two different types and directions.
RelationshipExpander
which is set to expand
relationships with multiple types and directions.
Transaction.finish()
is called.
Evaluator
. Use
TraversalDescription.evaluator(Evaluator)
instead which combines
TraversalDescription.filter(Predicate)
and TraversalDescription.prune(PruneEvaluator)
. The supplied
Predicate
will be wrapped by an Evaluator
internally.
Transaction.success()
or Transaction.failure()
has been previously invoked.
null
if no
element found.
null
if no
element found.
BatchInserterIndex.get(String, Object)
,
BatchInserterIndex.query(String, Object)
and BatchInserterIndex.query(Object)
so that they
are guaranteed to return correct results.
Index
for Node
s with the name indexName
.
Index
for Node
s with the name indexName
.
Index
for Relationship
s with the name indexName
.
Index
for Relationship
s with the name indexName
.
IdGenerator
.
id
making it a defragged id that will be
returned by next id before any new id (that hasn't been used yet) is
returned.
Evaluator
which only includes positions from depth
and deeper and never prunes anything.
Map
of key/value pairs.
Map
.
key
.
byte
from the underlying buffer.
byte array length
bytes into the
byte array
from the underlying buffer.
index
.
XaTransaction
can be obtained invoking this method.
FileChannel
to this storage's file.
graph database
that owns this index.
GraphDatabaseService
that this Node
or
Relationship
belongs to.
int
from the underlying buffer.
long
from the underlying buffer.
AbstractGraphDatabase.getSingleManagementBean(Class)
and AbstractGraphDatabase.getManagementBeans(Class)
. Version 1.5 of Neo4j will be the last version to contain this method.
PropertyContainer.getPropertyKeys()
in combination
with PropertyContainer.getProperty(String)
.
resource
for the current
transaction.
-1
if it doesn't exist.
types
that are attached to this node, regardless of direction.
types
that are attached to this node and have the given direction
.
OUTGOING
or
INCOMING
relationships from this node.
relationships
connected
to the node with supplied id.
null
if no specific resource is associated with this handler or if it isn't
desirable to expose it.
null
if there was none.
null
.
false
is returned.
XaTransaction
associated with this connection.
resource
for the current
transaction.
XaDataSource
registered as name
.
XAResource
that represents this
connection.
XAResource
held by this XaConnection
.
graph database
of the referenced index.
XaDataSourceManager.getXaDataSource(java.lang.String)
returns null if name
doesn't exist.
java.lang.Object
.
CachingIterator.next()
will be able to return
an item or not.
PrefetchingIterator.next()
will remember it and won't
try to fetch it again.
CachingIterator.previous()
will be able to
return an item or not.
true
if this property container has a property
accessible through the given key, false
otherwise.
true
if recovered transactions exist.
true
if there are any relationships attached to this
node, false
otherwise.
true
if there are any relationships of any of the
types in types
attached to this node (regardless of
direction), false
otherwise.
true
if there are any relationships of any of the
types in types
attached to this node (for the given
direction
), false
otherwise.
true
if there are any relationships in the given
direction attached to this node, false
otherwise.
true
if there are any relationships of the given
relationship type and direction attached to this node, false
otherwise.
IdGenerator
to indicate a failure in ID generation for
an entity.fileName
.
IdGenerator
module.Evaluator
which only includes positions between
depths minDepth
and maxDepth
.
IndexManager
paired with this graph database service
and is the entry point for managing indexes coupled with this database.
Node
s or
Relationship
s) for fast lookup and querying.IndexDefineCommand
or read from a logical log.Iterator
with additional IndexHits.size()
and IndexHits.close()
methods on it, used for iterating over index query results.Index
s.Index
s for Node
s
and Relationship
s.Node
or Relationship
created for being stored in the index.
UniqueFactory.initialize(PropertyContainer, Map)
, does nothing
for Relationships
.
XaTransaction.doAddCommand(org.neo4j.kernel.impl.transaction.xaframework.XaCommand)
.
node
is deleted in this transaction.
relationship
is deleted in this
transaction.
true
if read only transaction, that is no
modifications will be made once the transaction commits.
true
if this is a "recovered transaction".
xares
is the same resource as
this
.
true
if the current position is the start node,
false
otherwise.
type
.
Iterable
so that it returns items of another type.Node
s and Relationship
s of this
path in order.
Path
s.
Iterator
representing the traversal of the graph.
Iterator
s and
Iterable
s.Iterator
so that it returns items of another type.KernelEventHandler.ExecutionOrder.BEFORE
,
KernelEventHandler.ExecutionOrder.AFTER
another handler, or if it
KernelEventHandler.ExecutionOrder.DOESNT_MATTER
.null
if no
element found.
null
if no
element found.
Relationship
in this path.
Evaluator
which compares the type of the last relationship
in a Path
to a given set of relationship types (one or more).If the type of
the last relationship in a path is of one of the given types then
evaluationIfMatch
will be returned, otherwise
evaluationIfNoMatch
will be returned.
steps
most significant bits set to 1, all others 0.
Map
from a Reader
assuming strings as keys
and values.
Map
from an InputStream
assuming strings as keys
and values.
Map
from a File
assuming strings as keys
and values.
Map
.
Map
.
Map
from a Reader
assuming strings as keys
and values.
Map
from an InputStream
assuming strings as keys
and values.
Map
from a File
assuming strings as keys
and values.
READ
lock and the WRITE
lock.SP .- longFromIntAndMod(long, long) -
Static method in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
-
- longFromIntAndMod(long, long) -
Static method in class org.neo4j.kernel.impl.storemigration.legacystore.LegacyStore
-
- low -
Variable in class org.neo4j.helpers.Stats
-
- low() -
Method in class org.neo4j.helpers.Stats
-
- LruCache<K,E> - Class in org.neo4j.kernel.impl.cache
- Simple implementation of Least-recently-used cache.
- LruCache(String, int, AdaptiveCacheManager) -
Constructor for class org.neo4j.kernel.impl.cache.LruCache
- Creates a LRU cache.
IdGenerator
used by this store and if successful mark it as
ok
.
Map
of key/value pairs where
keys are String
s and values are Object
s.
Map
of key/value pairs where
keys are String
s and values are Object
s.
Map
s.MARK_COMMIT
record to the file and forces the
file to disk.
PersistenceSource
.XaConnection
implementation for the Neo4j kernel native store.NeoStoreXaDataSource
is a factory for
NeoStoreXaConnections
.NeoStoreXaDataSource
using configuration from
params
.
rules
.
CachingIterator.position()
.
PrefetchingIterator.hasNext()
to try to fetch the next item and returns it
if found, otherwise it throws a NoSuchElementException
.
null
since FinalTraversalBranch
does not
expand.
IdGenerator
.
clazz
.
Iterator
instance which exposes the current page
as its own iterator, which fetches items lazily from the underlying
iterator.
BatchInserterIndex
for Node
s for the name
indexName
with the given config
.
Index
for Node
s for the name
indexName
with the given config
.
Node
indexes.
Node
.
Node
s.
PruneEvaluator
, does not prune any parts of the
traversal.
true
if the current position is anywhere except on
the start node, false
if it is on the start node.
IdGenerator
used by this store.
PersistenceWindow
.BranchOrderingPolicy
to use.
Map
s.CachingIterator
which can more easily divide the items
into pages, where optionally each page can be seen as its own
Iterator
instance for convenience using PagingIterator.nextPage()
.source
as its underlying
Iterator
to lazily get items from.
TraversalBranch
.
Path
, using
the given builder
.
persistence windows
for a store.PrefetchingIterator.hasNext()
method will look up the next object and
cache it with PrefetchingIterator.setPrefetchedNext(Object)
.ProgressIndicator
that can report the total progress for
multiple sources.ProgressIndicator
for multiple sources.
ProgressIndicator
that can report the progress for a single
source.ProgressIndicator
for a single source.
nodes
and
relationships
.Evaluator
. Use
TraversalDescription.evaluator(Evaluator)
instead which combines
TraversalDescription.filter(Predicate)
and TraversalDescription.prune(PruneEvaluator)
. The supplied
PruneEvaluator
will be wrapped by an Evaluator
internally.
position
.
Evaluator
. The equivalent
is Evaluators.toDepth(int)
.
Evaluator
which combines
PruneEvaluator
and filtering (Predicate
of Path
s).element
to cache.
byte
into the underlying buffer.
byte array
into the underlying buffer.
byte array
into the underlying buffer starting from
offset
in the array and writing length
values.
int
into the underlying buffer.
long
into the underlying buffer.
key
and
query object, which can be a query string or an implementation-specific
query object.
key
and
query object, which can be a query string or an implementation-specific
query object.
key
and
query object, which can be a query string or an implementation-specific
query object.
buffer
and fills up all the bits.
ReadableIndex
interface with additional get/query methods
which
are specific to Relationship
s.ReadableByteChannel
into a buffer
and not enough bytes (Buffer.limit()
) could be read.IdGenerator
by looping through all records and
checking if record in use or not.
handler
as a handler for kernel events which
are generated from different places in the lifecycle of the kernel.
handler
as a handler for transaction events which
are generated from different places in the lifecycle of each
transaction.
BatchInserterIndex
for Relationship
s for the name
indexName
with the given config
.
Index
for Relationship
s for the name
indexName
with the given config
.
Relationship
indexes.
Relationship
.
type
to the list of relationship types to traverse.
type
to the list of relationship types to traverse in
the given direction
.
Relationship
s.
AbstractStore#AbstractStore(String, Map)
resource
.
window
was a PersistenceRow
.
resource
.
RelationshipType
from the Expander
.
entity
from the index.
entity
where key is key
from the index.
Index.add(PropertyContainer, String, Object)
.
key
from cache and returns it.
Evaluator
. The equivalent
is Evaluators.all()
.
Evaluator
. The equivalent
is Evaluators.excludeStartPosition()
.
Direction.INCOMING
if this equals
Direction.OUTGOING
, Direction.OUTGOING
if this equals Direction.INCOMING
or
Direction.BOTH
if this equals Direction.BOTH
.
RelationshipType
s, but
with all directions reversed (see Direction.reverse()
).
steps
least significant bits set to 1, all others 0.
XaTransaction.doRollback()
.
Service
, that compares keys
using case insensitive comparison instead of exact comparison.key
.
IdGenerator
.
XaLogicalLog
at creation time (in constructor).
XaDataSource.setAutoRotate(boolean)
is set to true
.
PropertyData
if it hasn't been set
before (light loading of the node).
value
.
storeDir
.
PersistenceWindowPool
for this store to use.
SP .- shouldKeepLog(String, String) -
Method in class org.neo4j.kernel.impl.transaction.xaframework.XaDataSource
- If the config says that logical logs should be kept for the given
resourceName
this method will return true
, otherwise
false
.
- shrink() -
Method in class org.neo4j.kernel.impl.util.RelIdArray
-
- shrink() -
Method in class org.neo4j.kernel.impl.util.RelIdArrayWithLoops
-
- shutdown() -
Method in interface org.neo4j.graphdb.GraphDatabaseService
- Shuts down Neo4j.
- shutdown() -
Method in interface org.neo4j.graphdb.index.BatchInserterIndexProvider
- Shuts down this index provider and ensures that all indexes are fully
written to disk.
- shutdown() -
Method in class org.neo4j.kernel.EmbeddedGraphDatabase
-
- shutdown() -
Method in class org.neo4j.kernel.EmbeddedReadOnlyGraphDatabase
-
- shutdown() -
Method in interface org.neo4j.kernel.impl.batchinsert.BatchInserter
- Shuts down this batch inserter syncing all changes that are still only
in memory to disk.
- shutdown() -
Method in class org.neo4j.kernel.impl.batchinsert.BatchInserterImpl
-
- shutdown() -
Method in class org.neo4j.tooling.wrap.WrappedGraphDatabase
-
- SilentMigrationProgressMonitor - Class in org.neo4j.kernel.impl.storemigration.monitoring
-
- SilentMigrationProgressMonitor() -
Constructor for class org.neo4j.kernel.impl.storemigration.monitoring.SilentMigrationProgressMonitor
-
- simplePathToString(Path) -
Static method in class org.neo4j.kernel.Traversal
- Returns a quite simple string representation of a
Path
.
- simplePathToString(Path, String) -
Static method in class org.neo4j.kernel.Traversal
- Returns a quite simple string representation of a
Path
.
- SimpleRelationship - Class in org.neo4j.kernel.impl.batchinsert
- Simple relationship wrapping start node id, end node id and relationship
type.
- single(Iterator<T>) -
Static method in class org.neo4j.helpers.collection.IteratorUtil
- Returns the given iterator's single element.
- single(Iterable<T>) -
Static method in class org.neo4j.helpers.collection.IteratorUtil
- Returns the given iterable's single element.
- singleOrNull(Iterator<T>) -
Static method in class org.neo4j.helpers.collection.IteratorUtil
- Returns the given iterator's single element or
null
if no
element found.
- singleOrNull(Iterable<T>) -
Static method in class org.neo4j.helpers.collection.IteratorUtil
- Returns the given iterable's single element or
null
if no
element found.
- size() -
Method in interface org.neo4j.graphdb.index.IndexHits
- Returns the size of this iterable, in most scenarios this value is accurate
while in some scenarios near-accurate.
- size() -
Method in class org.neo4j.helpers.collection.CollectionWrapper
-
- size() -
Method in interface org.neo4j.kernel.impl.cache.Cache
- Returns the cache size.
- size() -
Method in class org.neo4j.kernel.impl.cache.LruCache
-
- size() -
Method in class org.neo4j.kernel.impl.cache.NoCache
-
- size() -
Method in class org.neo4j.kernel.impl.cache.SoftLruCache
-
- size() -
Method in class org.neo4j.kernel.impl.cache.StrongReferenceCache
-
- size() -
Method in class org.neo4j.kernel.impl.cache.WeakLruCache
-
- size() -
Method in interface org.neo4j.kernel.impl.nioneo.store.PersistenceWindow
- Returns the size of this window meaning the number of records/blocks it
encapsulates.
- size() -
Method in class org.neo4j.kernel.impl.nioneo.store.PropertyRecord
- Gets the sum of the sizes of the blocks in this record, in bytes.
- size() -
Method in class org.neo4j.kernel.impl.util.ArrayIntSet
-
- size() -
Method in class org.neo4j.kernel.impl.util.ArrayMap
-
- size() -
Method in class org.neo4j.kernel.impl.util.BufferedFileChannel
-
- size() -
Method in enum org.neo4j.kernel.impl.util.BufferNumberPutter
-
- SoftLruCache<K,V> - Class in org.neo4j.kernel.impl.cache
-
- SoftLruCache(String) -
Constructor for class org.neo4j.kernel.impl.cache.SoftLruCache
-
- SoftReferenceQueue<K,V> - Class in org.neo4j.kernel.impl.cache
-
- SoftReferenceQueue() -
Constructor for class org.neo4j.kernel.impl.cache.SoftReferenceQueue
-
- SoftValue<K,V> - Class in org.neo4j.kernel.impl.cache
-
- SoftValue(K, V, ReferenceQueue<? super V>) -
Constructor for class org.neo4j.kernel.impl.cache.SoftValue
-
- SoftValue(K, V) -
Constructor for class org.neo4j.kernel.impl.cache.SoftValue
-
- source() -
Method in class org.neo4j.helpers.Args
-
- SpringTransactionManager - Class in org.neo4j.kernel.impl.transaction
-
- SpringTransactionManager(GraphDatabaseService) -
Constructor for class org.neo4j.kernel.impl.transaction.SpringTransactionManager
-
- StandaloneWithShell - Class in org.neo4j.kernel
- Standalone EmbeddedGraphDatabase with Shell enabled.
- StandaloneWithShell() -
Constructor for class org.neo4j.kernel.StandaloneWithShell
-
- StandardExpander - Class in org.neo4j.kernel
-
- start(Map<Object, Object>) -
Method in class org.neo4j.kernel.impl.cache.AdaptiveCacheManager
-
- start(LockReleaser, PersistenceManager, RelationshipTypeCreator, Map<Object, Object>) -
Method in class org.neo4j.kernel.impl.core.GraphDbModule
-
- start(Map<Object, Object>) -
Method in class org.neo4j.kernel.impl.core.NodeManager
-
- start(XaDataSourceManager) -
Method in class org.neo4j.kernel.impl.nioneo.xa.NioNeoDbPersistenceSource
-
- start(BundleContext) -
Method in class org.neo4j.kernel.impl.osgi.OSGiActivator
- Called whenever the OSGi framework starts our bundle
- start() -
Method in class org.neo4j.kernel.impl.persistence.IdGeneratorModule
-
- start(TransactionManager, PersistenceSource, TxEventSyncHookFactory, LockReleaser) -
Method in class org.neo4j.kernel.impl.persistence.PersistenceModule
-
- start() -
Method in class org.neo4j.kernel.impl.transaction.TxModule
-
- start(Xid, int, int) -
Method in class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
-
- start(Xid, int) -
Method in class org.neo4j.kernel.impl.transaction.xaframework.XaResourceHelpImpl
-
- startAutoIndexingProperty(String) -
Method in interface org.neo4j.graphdb.index.AutoIndexer
- Start auto indexing a property.
- started() -
Method in interface org.neo4j.kernel.impl.storemigration.monitoring.MigrationProgressMonitor
-
- started() -
Method in class org.neo4j.kernel.impl.storemigration.monitoring.SilentMigrationProgressMonitor
-
- started() -
Method in class org.neo4j.kernel.impl.storemigration.monitoring.VisibleMigrationProgressMonitor
-
- startNode() -
Method in interface org.neo4j.graphdb.Path
- Returns the start node of this path.
- startNode() -
Method in class org.neo4j.kernel.impl.traversal.TraversalPath
-
- startNodeNeedsLong() -
Method in class org.neo4j.kernel.impl.index.IndexCommand.AddRelationshipCommand
-
- startNodeNeedsLong() -
Method in class org.neo4j.kernel.impl.index.IndexCommand
-
- Stats - Class in org.neo4j.helpers
-
- Stats(String) -
Constructor for class org.neo4j.helpers.Stats
-
- stop() -
Method in class org.neo4j.kernel.impl.cache.AdaptiveCacheManager
-
- stop() -
Method in class org.neo4j.kernel.impl.core.GraphDbModule
-
- stop() -
Method in class org.neo4j.kernel.impl.core.NodeManager
-
- stop() -
Method in class org.neo4j.kernel.impl.nioneo.xa.NioNeoDbPersistenceSource
-
- stop(BundleContext) -
Method in class org.neo4j.kernel.impl.osgi.OSGiActivator
- Called whenever the OSGi framework stops our bundle
- stop() -
Method in class org.neo4j.kernel.impl.persistence.IdGeneratorModule
-
- stop() -
Method in class org.neo4j.kernel.impl.persistence.PersistenceModule
-
- stop() -
Method in class org.neo4j.kernel.impl.transaction.AbstractTransactionManager
- Stops the transaction manager, performing all implementation specific
cleanup.
- stop() -
Method in class org.neo4j.kernel.impl.transaction.TxManager
-
- stop() -
Method in class org.neo4j.kernel.impl.transaction.TxModule
-
- stopAutoIndexingProperty(String) -
Method in interface org.neo4j.graphdb.index.AutoIndexer
- Removes the argument from the set of auto indexed properties.
- StopEvaluator - Interface in org.neo4j.graphdb
- A client hook for evaluating whether the traverser should traverse beyond a
specific node.
- STORAGE_DIRECTORY -
Static variable in class org.neo4j.kernel.Config
- Relative path for where the Neo4j storage directory is located
- storageFileName -
Variable in class org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
-
- store(Map<String, String>, File) -
Static method in class org.neo4j.helpers.collection.MapUtil
- Stores the data in
config
into file
in a standard java
Properties
format.
- store(Map<String, String>, OutputStream) -
Static method in class org.neo4j.helpers.collection.MapUtil
- Stores the data in
config
into stream
in a standard java
Properties
format.
- store(Map<String, String>, Writer) -
Static method in class org.neo4j.helpers.collection.MapUtil
- Stores the data in
config
into writer
in a standard java
Properties
format.
- Store - Interface in org.neo4j.kernel.impl.nioneo.store
- Common interface for the node,relationship,property and relationship type
stores.
- StoreAccess - Class in org.neo4j.kernel.impl.nioneo.store
- Not thread safe (since DiffRecordStore is not thread safe), intended for
single threaded use.
- StoreAccess(String) -
Constructor for class org.neo4j.kernel.impl.nioneo.store.StoreAccess
-
- StoreAccess(String, Map<Object, Object>) -
Constructor for class org.neo4j.kernel.impl.nioneo.store.StoreAccess
-
- StoreAccess(AbstractGraphDatabase) -
Constructor for class org.neo4j.kernel.impl.nioneo.store.StoreAccess
-
- StoreAccess(NeoStore) -
Constructor for class org.neo4j.kernel.impl.nioneo.store.StoreAccess
-
- StoreAccess(NodeStore, RelationshipStore, PropertyStore, RelationshipTypeStore) -
Constructor for class org.neo4j.kernel.impl.nioneo.store.StoreAccess
-
- StoreFailureException - Exception in org.neo4j.kernel.impl.nioneo.store
-
- StoreFailureException(String) -
Constructor for exception org.neo4j.kernel.impl.nioneo.store.StoreFailureException
-
- StoreFailureException(Throwable) -
Constructor for exception org.neo4j.kernel.impl.nioneo.store.StoreFailureException
-
- StoreFailureException(String, Throwable) -
Constructor for exception org.neo4j.kernel.impl.nioneo.store.StoreFailureException
-
- StoreFiles - Class in org.neo4j.kernel.impl.storemigration
-
- StoreFiles() -
Constructor for class org.neo4j.kernel.impl.storemigration.StoreFiles
-
- storeFilesAtCurrentVersion(File) -
Method in class org.neo4j.kernel.impl.storemigration.CurrentDatabase
-
- storeFilesUpgradeable(File) -
Method in class org.neo4j.kernel.impl.storemigration.UpgradableDatabase
-
- StoreId - Class in org.neo4j.kernel.impl.nioneo.store
-
- StoreId() -
Constructor for class org.neo4j.kernel.impl.nioneo.store.StoreId
-
- StoreId(long, long, long) -
Constructor for class org.neo4j.kernel.impl.nioneo.store.StoreId
-
- StoreMigrationTool - Class in org.neo4j.kernel.impl.storemigration
-
- StoreMigrationTool() -
Constructor for class org.neo4j.kernel.impl.storemigration.StoreMigrationTool
-
- StoreMigrator - Class in org.neo4j.kernel.impl.storemigration
-
- StoreMigrator(MigrationProgressMonitor) -
Constructor for class org.neo4j.kernel.impl.storemigration.StoreMigrator
-
- StoreMigrator.Migration - Class in org.neo4j.kernel.impl.storemigration
-
- StoreMigrator.Migration(LegacyStore, NeoStore) -
Constructor for class org.neo4j.kernel.impl.storemigration.StoreMigrator.Migration
-
- storeStrictly(Map<String, String>, File) -
Static method in class org.neo4j.helpers.collection.MapUtil
- Stores the data in
config
into file
in a standard java
Properties
format.
- storeStrictly(Map<String, String>, OutputStream) -
Static method in class org.neo4j.helpers.collection.MapUtil
- Stores the data in
config
into stream
in a standard java
Properties
format.
- storeStrictly(Map<String, String>, Writer) -
Static method in class org.neo4j.helpers.collection.MapUtil
- Stores the data in
config
into writer
in a standard java
Properties
format.
- StoreUpgrader - Class in org.neo4j.kernel.impl.storemigration
-
- StoreUpgrader(Map<?, ?>, UpgradeConfiguration, UpgradableDatabase, StoreMigrator, DatabaseFiles) -
Constructor for class org.neo4j.kernel.impl.storemigration.StoreUpgrader
-
- StoreUpgrader.UnableToUpgradeException - Exception in org.neo4j.kernel.impl.storemigration
-
- StoreUpgrader.UnableToUpgradeException(Exception) -
Constructor for exception org.neo4j.kernel.impl.storemigration.StoreUpgrader.UnableToUpgradeException
-
- StoreUpgrader.UnableToUpgradeException(String) -
Constructor for exception org.neo4j.kernel.impl.storemigration.StoreUpgrader.UnableToUpgradeException
-
- STRING_BLOCK_SIZE -
Static variable in class org.neo4j.kernel.Config
-
- STRING_PROPERTY_STORE_MMAP_SIZE -
Static variable in class org.neo4j.kernel.Config
- The size to allocate for memory mapping the string property store
- StringLogger - Class in org.neo4j.kernel.impl.util
-
- stringMap(String...) -
Static method in class org.neo4j.helpers.collection.MapUtil
- A short-hand method for creating a
Map
of key/value pairs where
both keys and values are String
s.
- stringMap(Map<String, String>, String...) -
Static method in class org.neo4j.helpers.collection.MapUtil
- A short-hand method for creating a
Map
of key/value pairs where
both keys and values are String
s.
- StrongReferenceCache<K,V> - Class in org.neo4j.kernel.impl.cache
-
- StrongReferenceCache(String) -
Constructor for class org.neo4j.kernel.impl.cache.StrongReferenceCache
-
- success() -
Method in interface org.neo4j.graphdb.Transaction
- Marks this transaction as successful, which means that it will be
committed upon invocation of
Transaction.finish()
unless Transaction.failure()
has or will be invoked before then.
- success() -
Method in class org.neo4j.kernel.PlaceboTransaction
-
- success() -
Method in class org.neo4j.kernel.TopLevelTransaction
-
- suspend() -
Method in class org.neo4j.kernel.impl.transaction.SpringTransactionManager
-
- suspend() -
Method in class org.neo4j.kernel.impl.transaction.TxManager
-
- switchToLogFile(String) -
Method in class org.neo4j.kernel.impl.transaction.TxLog
- Switches log file.
- SYSTEM -
Static variable in class org.neo4j.kernel.impl.util.StringLogger
-
ProgressIndicator
that reports progress by
printing to the provided stream.
ProgressIndicator
that reports progress by
printing to the provided stream.
Evaluator
which includes positions down to depth
and prunes everything deeper than that.
Traversal.PathDescriptor
used in common toString()
representations in classes implementing Path
.Path
.position
and a RelationshipExpander
with a
traversal context, for example parent and an iterator of relationships to go
next.startNode
based on all the rules and behavior
in this description.
TX_DONE
record to the file.
filename
.
TX_START
record to the file.
UniqueFactory
for Node
.UniqueFactory
for nodes.
UniqueFactory
for nodes.
UniqueFactory
for Relationship
.UniqueFactory
for relationships.
UniqueFactory
for relationships.
UniquenessFactory
for creating the
UniquenessFilter
to use.
UniquenessFactory
for creating the
UniquenessFilter
to use.
handler
from the list of kernel event handlers.
handler
from the list of transaction event handlers.
entity
to the index.
XaLogicalLog
.
commands
reflecting the operations
performed in the transaction.XaLogicalLog
will examine
the the logical log and re-create any transaction that didn't complete.XaConnection
holds the XAResource
used by the
transaction manager to control the work done on the resource in a global
transaction.XaConnectionHelpImpl
helps with basic implementation that is
needed to fit a non XA compatible resource in the xaframework
.XaDataSource
is as a factory for creating
XaConnections
.XaLogicalLog
is a transaction and logical log combined.XaTransaction
holds all the commands that participate in the
transaction and then either rollbacks or commits them.XaTransactions
used during
recovery.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |