public class MasterClient310 extends MasterClient214
| Modifier and Type | Field and Description |
|---|---|
static org.neo4j.com.ProtocolVersion |
PROTOCOL_VERSION |
LOCK_RESULT_DESERIALIZER, LOCK_RESULT_OBJECT_SERIALIZERDEFAULT_MAX_NUMBER_OF_CONCURRENT_CHANNELS_PER_CLIENT, DEFAULT_READ_RESPONSE_TIMEOUT_SECONDSCURRENT| Constructor and Description |
|---|
MasterClient310(String destinationHostNameOrIp,
int destinationPort,
String originHostNameOrIp,
org.neo4j.logging.LogProvider logProvider,
org.neo4j.kernel.impl.store.StoreId storeId,
long readTimeoutMillis,
long lockReadTimeout,
int maxConcurrentChannels,
int chunkSize,
org.neo4j.com.storecopy.ResponseUnpacker unpacker,
org.neo4j.kernel.monitoring.ByteCounterMonitor byteCounterMonitor,
org.neo4j.com.monitor.RequestMonitor requestMonitor,
org.neo4j.kernel.impl.transaction.log.entry.LogEntryReader<org.neo4j.kernel.impl.transaction.log.ReadableClosablePositionAwareChannel> entryReader) |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.com.ProtocolVersion |
getProtocolVersion() |
acquireExclusiveLock, acquireSharedLock, allocateIds, commit, copyStore, createLabel, createLockResultDeserializer, createLockResultSerializer, createPropertyKey, createRelationshipType, endLockSession, handshake, newLockSession, pullUpdates, pullUpdatesgetPipeline, setComExceptionHandler, start, stop, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitsetComExceptionHandlerpublic MasterClient310(String destinationHostNameOrIp, int destinationPort, String originHostNameOrIp, org.neo4j.logging.LogProvider logProvider, org.neo4j.kernel.impl.store.StoreId storeId, long readTimeoutMillis, long lockReadTimeout, int maxConcurrentChannels, int chunkSize, org.neo4j.com.storecopy.ResponseUnpacker unpacker, org.neo4j.kernel.monitoring.ByteCounterMonitor byteCounterMonitor, org.neo4j.com.monitor.RequestMonitor requestMonitor, org.neo4j.kernel.impl.transaction.log.entry.LogEntryReader<org.neo4j.kernel.impl.transaction.log.ReadableClosablePositionAwareChannel> entryReader)
public org.neo4j.com.ProtocolVersion getProtocolVersion()
getProtocolVersion in interface MasterClientgetProtocolVersion in class MasterClient214Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.