public static interface MasterImpl.SPI
| Modifier and Type | Method and Description |
|---|---|
IdAllocation |
allocateIds(org.neo4j.kernel.impl.store.id.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.store.StoreId |
storeId() |
boolean isAccessible()
IdAllocation allocateIds(org.neo4j.kernel.impl.store.id.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)
Copyright © 2002–2019 The Neo4j Graph Database Project. All rights reserved.