public static interface MasterImpl.SPI
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.kernel.impl.locking.Locks.Client |
acquireClient() |
IdAllocation |
allocateIds(org.neo4j.kernel.IdType idType) |
long |
applyPreparedTransaction(org.neo4j.kernel.impl.transaction.TransactionRepresentation preparedTransaction) |
Integer |
createRelationshipType(String name) |
org.neo4j.com.RequestContext |
flushStoresAndStreamStoreFiles(org.neo4j.com.storecopy.StoreWriter writer) |
int |
getOrCreateLabel(String name) |
int |
getOrCreateProperty(String name) |
long |
getTransactionChecksum(long txId) |
boolean |
isAccessible() |
<T> org.neo4j.com.Response<T> |
packEmptyResponse(T response) |
<T> org.neo4j.com.Response<T> |
packTransactionObligationResponse(org.neo4j.com.RequestContext context,
T response) |
<T> org.neo4j.com.Response<T> |
packTransactionStreamResponse(org.neo4j.com.RequestContext context,
T response) |
org.neo4j.kernel.impl.util.JobScheduler.JobHandle |
scheduleRecurringJob(org.neo4j.kernel.impl.util.JobScheduler.Group group,
long interval,
Runnable job) |
org.neo4j.kernel.impl.store.StoreId |
storeId() |
boolean isAccessible()
IdAllocation allocateIds(org.neo4j.kernel.IdType idType)
org.neo4j.kernel.impl.store.StoreId storeId()
long applyPreparedTransaction(org.neo4j.kernel.impl.transaction.TransactionRepresentation preparedTransaction)
throws IOException,
org.neo4j.kernel.api.exceptions.TransactionFailureException
IOExceptionorg.neo4j.kernel.api.exceptions.TransactionFailureExceptionlong getTransactionChecksum(long txId)
throws IOException
IOExceptionorg.neo4j.com.RequestContext flushStoresAndStreamStoreFiles(org.neo4j.com.storecopy.StoreWriter writer)
<T> org.neo4j.com.Response<T> packEmptyResponse(T response)
<T> org.neo4j.com.Response<T> packTransactionStreamResponse(org.neo4j.com.RequestContext context,
T response)
<T> org.neo4j.com.Response<T> packTransactionObligationResponse(org.neo4j.com.RequestContext context,
T response)
int getOrCreateLabel(String name)
int getOrCreateProperty(String name)
org.neo4j.kernel.impl.locking.Locks.Client acquireClient()
org.neo4j.kernel.impl.util.JobScheduler.JobHandle scheduleRecurringJob(org.neo4j.kernel.impl.util.JobScheduler.Group group,
long interval,
Runnable job)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.