A B C D E F G H I L M N O P R S T U V W

A

accept(Triplet<String, Long, TxExtractor>, XaDataSource) - Method in interface org.neo4j.com.MasterUtil.TxHandler
 
acquire() - Method in class org.neo4j.com.ResourcePool
 
addLengthFieldPipes(ChannelPipeline, int) - Static method in class org.neo4j.com.Protocol
 
ALL - Static variable in class org.neo4j.com.MasterUtil
 
ALWAYS_MATCH - Static variable in interface org.neo4j.com.TxChecksumVerifier
 
anonymous(SlaveContext.Tx[]) - Static method in class org.neo4j.com.SlaveContext
 
applyReceivedTransactions(Response<T>, GraphDatabaseAPI, MasterUtil.TxHandler) - Static method in class org.neo4j.com.MasterUtil
 
array() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
array() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
arrayOffset() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
arrayOffset() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
assertMatch(long, int, long) - Method in interface org.neo4j.com.TxChecksumVerifier
 

B

BlockLogBuffer - Class in org.neo4j.com
Implementation of a LogBuffer over a ChannelBuffer.
BlockLogBuffer(ChannelBuffer) - Constructor for class org.neo4j.com.BlockLogBuffer
 
BlockLogReader - Class in org.neo4j.com
The counterpart of BlockLogBuffer, sits on the receiving end and reads chunks of log.
BlockLogReader(ChannelBuffer) - Constructor for class org.neo4j.com.BlockLogReader
 
bytesBefore(byte) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
bytesBefore(ChannelBufferIndexFinder) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
bytesBefore(int, byte) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
bytesBefore(int, ChannelBufferIndexFinder) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
bytesBefore(int, int, byte) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
bytesBefore(int, int, ChannelBufferIndexFinder) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
bytesBefore(byte) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
bytesBefore(ChannelBufferIndexFinder) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
bytesBefore(int, byte) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
bytesBefore(int, ChannelBufferIndexFinder) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
bytesBefore(int, int, byte) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
bytesBefore(int, int, ChannelBufferIndexFinder) - Method in class org.neo4j.com.DechunkingChannelBuffer
 

C

callMaster(M, SlaveContext, ChannelBuffer, ChannelBuffer) - Method in interface org.neo4j.com.MasterCaller
 
capacity() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
capacity() - Method in class org.neo4j.com.DechunkingChannelBuffer
Will return the capacity of the current chunk only
ChunkingChannelBuffer - Class in org.neo4j.com
A decorator around a ChannelBuffer which adds the ability to transfer chunks of it over a Channel when capacity is reached.
ChunkingChannelBuffer(ChannelBuffer, Channel, int, byte, byte) - Constructor for class org.neo4j.com.ChunkingChannelBuffer
 
clear(boolean) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
clear() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
clear() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
Client<M> - Class in org.neo4j.com
A means for a client to communicate with a Server.
Client(String, int, StringLogger, StoreIdGetter, int, byte, int, int, int) - Constructor for class org.neo4j.com.Client
 
Client(String, int, StringLogger, StoreIdGetter, int, byte, int, int, int, Client.ConnectionLostHandler) - Constructor for class org.neo4j.com.Client
 
Client.ConnectionLostHandler - Interface in org.neo4j.com
 
close() - Method in class org.neo4j.com.BlockLogReader
 
close(boolean) - Method in class org.neo4j.com.ResourcePool
 
close() - Method in class org.neo4j.com.Response
 
close() - Method in class org.neo4j.com.TransactionStream
 
closeChannel(Triplet<Channel, ChannelBuffer, ByteBuffer>) - Method in class org.neo4j.com.Client
 
ComException - Exception in org.neo4j.com
 
ComException() - Constructor for exception org.neo4j.com.ComException
 
ComException(String, Throwable) - Constructor for exception org.neo4j.com.ComException
 
ComException(String) - Constructor for exception org.neo4j.com.ComException
 
ComException(Throwable) - Constructor for exception org.neo4j.com.ComException
 
compareTo(ChannelBuffer) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
compareTo(ChannelBuffer) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
copy() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
copy(int, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
copy() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
copy(int, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
create() - Method in class org.neo4j.com.ResourcePool
 
create(Collection<String>, Iterable<Triplet<String, Long, TxExtractor>>) - Static method in class org.neo4j.com.TransactionStream
 
create(ReadableByteChannel) - Static method in class org.neo4j.com.TxExtractor
 

D

dataSourceNames() - Method in class org.neo4j.com.TransactionStream
 
DechunkingChannelBuffer - Class in org.neo4j.com
 
DEFAULT_BACKUP_PORT - Static variable in class org.neo4j.com.Server
 
DEFAULT_FRAME_LENGTH - Static variable in class org.neo4j.com.Protocol
 
DEFAULT_MAX_NUMBER_OF_CONCURRENT_CHANNELS_PER_CLIENT - Static variable in class org.neo4j.com.Client
 
DEFAULT_MAX_NUMBER_OF_CONCURRENT_TRANSACTIONS - Static variable in class org.neo4j.com.Server
 
DEFAULT_READ_RESPONSE_TIMEOUT_SECONDS - Static variable in class org.neo4j.com.Client
 
Deserializer<T> - Interface in org.neo4j.com
 
discardReadBytes() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
discardReadBytes() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
dispose(R) - Method in class org.neo4j.com.ResourcePool
 
done() - Method in class org.neo4j.com.BlockLogBuffer
Signals the end of use for this buffer over this channel - first byte of the chunk is set to the position of the buffer ( != 0, instead of FULL_BLOCK_AND_MORE) and it is written to the channel.
done() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
done() - Method in interface org.neo4j.com.MasterUtil.TxHandler
 
done() - Method in interface org.neo4j.com.StoreWriter
 
done() - Method in class org.neo4j.com.ToFileStoreWriter
 
done() - Method in class org.neo4j.com.ToNetworkStoreWriter
 
duplicate() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
duplicate() - Method in class org.neo4j.com.DechunkingChannelBuffer
 

E

EMPTY - Static variable in class org.neo4j.com.SlaveContext
 
EMPTY - Static variable in class org.neo4j.com.TransactionStream
 
EMPTY_SERIALIZER - Static variable in class org.neo4j.com.Protocol
 
ensureWritableBytes(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
ensureWritableBytes(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
equals(Object) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
equals(Object) - Method in class org.neo4j.com.SlaveContext
 
extract(LogBuffer) - Method in class org.neo4j.com.TxExtractor
 
extract() - Method in class org.neo4j.com.TxExtractor
 

F

factory() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
factory() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
failure() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
finishOffChannel(Channel, SlaveContext) - Method in class org.neo4j.com.Server
 
force() - Method in class org.neo4j.com.BlockLogBuffer
 

G

get() - Method in interface org.neo4j.com.StoreIdGetter
 
getByte(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
getByte(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
getBytes(int, ChannelBuffer) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
getBytes(int, ChannelBuffer, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
getBytes(int, ChannelBuffer, int, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
getBytes(int, byte[]) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
getBytes(int, byte[], int, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
getBytes(int, ByteBuffer) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
getBytes(int, OutputStream, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
getBytes(int, GatheringByteChannel, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
getBytes(int, ChannelBuffer) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
getBytes(int, ChannelBuffer, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
getBytes(int, ChannelBuffer, int, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
getBytes(int, byte[]) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
getBytes(int, byte[], int, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
getBytes(int, ByteBuffer) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
getBytes(int, OutputStream, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
getBytes(int, GatheringByteChannel, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
getChar(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
getChar(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
getChecksum() - Method in class org.neo4j.com.SlaveContext
 
getConnectedSlaveChannels() - Method in class org.neo4j.com.Server
 
getDataSourceName() - Method in class org.neo4j.com.SlaveContext.Tx
 
getDouble(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
getDouble(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
getEventIdentifier() - Method in class org.neo4j.com.SlaveContext
 
getFileChannel() - Method in class org.neo4j.com.BlockLogBuffer
 
getFileChannelPosition() - Method in class org.neo4j.com.BlockLogBuffer
 
getFloat(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
getFloat(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
getInt(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
getInt(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
getInternalProtocolVersion() - Method in class org.neo4j.com.Client
Only exposed so that tests can control it.
getInternalProtocolVersion() - Method in class org.neo4j.com.Server
Only exposed so that tests can control it.
getLong(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
getLong(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
getMaster() - Method in class org.neo4j.com.Server
 
getMasterCaller() - Method in interface org.neo4j.com.RequestType
 
getMasterId() - Method in class org.neo4j.com.SlaveContext
 
getMedium(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
getMedium(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
getMyStoreId() - Method in class org.neo4j.com.Client
 
getObjectSerializer() - Method in interface org.neo4j.com.RequestType
 
getPipeline() - Method in class org.neo4j.com.Client
 
getPipeline() - Method in class org.neo4j.com.Server
 
getReadTimeout(RequestType<M>, int) - Method in class org.neo4j.com.Client
 
getRequestContext(byte) - Method in class org.neo4j.com.Server
 
getSessionId() - Method in class org.neo4j.com.SlaveContext
 
getShort(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
getShort(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
getStoreId() - Method in class org.neo4j.com.Response
 
getTransactions(GraphDatabaseAPI, String, long, long) - Static method in class org.neo4j.com.MasterUtil
Given a data source name, a start and an end tx, this method extracts these transactions (inclusive) in a transaction stream and encapsulates them in a Response object, ready to be returned to the slave.
getTxId() - Method in class org.neo4j.com.SlaveContext.Tx
 
getUnsignedByte(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
getUnsignedByte(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
getUnsignedInt(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
getUnsignedInt(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
getUnsignedMedium(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
getUnsignedMedium(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
getUnsignedShort(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
getUnsignedShort(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 

H

handle(Exception) - Method in interface org.neo4j.com.Client.ConnectionLostHandler
 
handleRequest(ChannelBuffer, Channel) - Method in class org.neo4j.com.Server
 
hasArray() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
hasArray() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
hashCode() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
hashCode() - Method in class org.neo4j.com.SlaveContext
 

I

id() - Method in interface org.neo4j.com.RequestType
 
IllegalProtocolVersionException - Exception in org.neo4j.com
Thrown when a communication between client/server is attempted and either of internal protocol version and application protocol doesn't match.
IllegalProtocolVersionException() - Constructor for exception org.neo4j.com.IllegalProtocolVersionException
 
IllegalProtocolVersionException(String, Throwable) - Constructor for exception org.neo4j.com.IllegalProtocolVersionException
 
IllegalProtocolVersionException(String) - Constructor for exception org.neo4j.com.IllegalProtocolVersionException
 
IllegalProtocolVersionException(Throwable) - Constructor for exception org.neo4j.com.IllegalProtocolVersionException
 
indexOf(int, int, byte) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
indexOf(int, int, ChannelBufferIndexFinder) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
indexOf(int, int, byte) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
indexOf(int, int, ChannelBufferIndexFinder) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
INTEGER_DESERIALIZER - Static variable in class org.neo4j.com.Protocol
 
INTEGER_SERIALIZER - Static variable in class org.neo4j.com.Protocol
 
isAlive(R) - Method in class org.neo4j.com.ResourcePool
 
isDirect() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
isDirect() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
isOpen() - Method in class org.neo4j.com.BlockLogReader
 

L

lastAppliedTransactions() - Method in class org.neo4j.com.SlaveContext
 
lastAppliedTx(String, long) - Static method in class org.neo4j.com.SlaveContext
 
LONG_SERIALIZER - Static variable in class org.neo4j.com.Protocol
 

M

machineId() - Method in class org.neo4j.com.SlaveContext
 
mapSlave(Channel, SlaveContext, RequestType<M>) - Method in class org.neo4j.com.Server
 
markReaderIndex() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
markReaderIndex() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
markWriterIndex() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
markWriterIndex() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
MasterCaller<M,R> - Interface in org.neo4j.com
 
MasterFailureException - Exception in org.neo4j.com
 
MasterFailureException() - Constructor for exception org.neo4j.com.MasterFailureException
 
MasterFailureException(String, Throwable) - Constructor for exception org.neo4j.com.MasterFailureException
 
MasterFailureException(String) - Constructor for exception org.neo4j.com.MasterFailureException
 
MasterFailureException(Throwable) - Constructor for exception org.neo4j.com.MasterFailureException
 
MasterUtil - Class in org.neo4j.com
 
MasterUtil() - Constructor for class org.neo4j.com.MasterUtil
 
MasterUtil.TxHandler - Interface in org.neo4j.com
 
MEGA - Static variable in class org.neo4j.com.Protocol
 

N

NO_ACTION - Static variable in interface org.neo4j.com.Client.ConnectionLostHandler
 
NO_ACTION - Static variable in class org.neo4j.com.MasterUtil
 
NO_OP - Static variable in interface org.neo4j.com.ResourceReleaser
 
NO_STORE_ID_GETTER - Static variable in class org.neo4j.com.Client
 

O

ObjectSerializer<T> - Interface in org.neo4j.com
 
operationComplete(ChannelFuture) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
order() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
order() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
org.neo4j.com - package org.neo4j.com
 

P

packResponse(GraphDatabaseAPI, SlaveContext, T, Predicate<Long>) - Static method in class org.neo4j.com.MasterUtil
After having created the response for a slave, this method compares its context against the local (master's) context and creates a transaction stream containing all the transactions the slave does not currently have.
packResponseWithoutTransactionStream(GraphDatabaseAPI, SlaveContext, T) - Static method in class org.neo4j.com.MasterUtil
 
PORT - Static variable in class org.neo4j.com.Protocol
 
Protocol - Class in org.neo4j.com
 
Protocol() - Constructor for class org.neo4j.com.Protocol
 
Protocol.FileStreamsDeserializer - Class in org.neo4j.com
 
Protocol.FileStreamsDeserializer(StoreWriter) - Constructor for class org.neo4j.com.Protocol.FileStreamsDeserializer
 
put(byte) - Method in class org.neo4j.com.BlockLogBuffer
 
put(byte[]) - Method in class org.neo4j.com.BlockLogBuffer
 
put(char[]) - Method in class org.neo4j.com.BlockLogBuffer
 
putDouble(double) - Method in class org.neo4j.com.BlockLogBuffer
 
putFloat(float) - Method in class org.neo4j.com.BlockLogBuffer
 
putInt(int) - Method in class org.neo4j.com.BlockLogBuffer
 
putLong(long) - Method in class org.neo4j.com.BlockLogBuffer
 
putShort(short) - Method in class org.neo4j.com.BlockLogBuffer
 

R

read(ByteBuffer) - Method in class org.neo4j.com.BlockLogReader
 
read(ChannelBuffer, ByteBuffer) - Method in interface org.neo4j.com.Deserializer
 
read(ChannelBuffer, ByteBuffer) - Method in class org.neo4j.com.Protocol.FileStreamsDeserializer
 
readable() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readable() - Method in class org.neo4j.com.DechunkingChannelBuffer
Can fetch the next chunk if needed
readableBytes() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readableBytes() - Method in class org.neo4j.com.DechunkingChannelBuffer
Will return amount of readable bytes in this chunk only
readBoolean(ChannelBuffer) - Static method in class org.neo4j.com.Protocol
 
readByte() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readByte() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readBytes(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readBytes(ChannelBufferIndexFinder) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readBytes(ChannelBuffer) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readBytes(ChannelBuffer, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readBytes(ChannelBuffer, int, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readBytes(byte[]) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readBytes(byte[], int, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readBytes(ByteBuffer) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readBytes(OutputStream, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readBytes(GatheringByteChannel, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readBytes(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readBytes(ChannelBufferIndexFinder) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readBytes(ChannelBuffer) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readBytes(ChannelBuffer, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readBytes(ChannelBuffer, int, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readBytes(byte[]) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readBytes(byte[], int, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readBytes(ByteBuffer) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readBytes(OutputStream, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readBytes(GatheringByteChannel, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readChar() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readChar() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readContext(ChannelBuffer) - Method in class org.neo4j.com.Server
 
readDouble() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readDouble() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readerIndex() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readerIndex(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readerIndex() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readerIndex(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readFloat() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readFloat() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readInt() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readInt() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readLong() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readLong() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readMedium() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readMedium() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readNext() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readShort() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readShort() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readSlice(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readSlice(ChannelBufferIndexFinder) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readSlice(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readSlice(ChannelBufferIndexFinder) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readString(ChannelBuffer) - Static method in class org.neo4j.com.Protocol
 
readString(ChannelBuffer, int) - Static method in class org.neo4j.com.Protocol
 
readTransactionStreamHeader(ChannelBuffer) - Static method in class org.neo4j.com.Client
 
readTransactionStreams(ChannelBuffer, ResourcePool<Triplet<Channel, ChannelBuffer, ByteBuffer>>) - Static method in class org.neo4j.com.Client
 
readUnsignedByte() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readUnsignedByte() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readUnsignedInt() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readUnsignedInt() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readUnsignedMedium() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readUnsignedMedium() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
readUnsignedShort() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
readUnsignedShort() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
release() - Method in class org.neo4j.com.ResourcePool
 
release() - Method in interface org.neo4j.com.ResourceReleaser
 
releaseChannel(RequestType<M>, Triplet<Channel, ChannelBuffer, ByteBuffer>) - Method in class org.neo4j.com.Client
 
RequestType<M> - Interface in org.neo4j.com
 
resetReaderIndex() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
resetReaderIndex() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
resetWriterIndex() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
resetWriterIndex() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
ResourcePool<R> - Class in org.neo4j.com
 
ResourcePool(int, int) - Constructor for class org.neo4j.com.ResourcePool
 
ResourceReleaser - Interface in org.neo4j.com
Abstraction over a release-able resource.
Response<T> - Class in org.neo4j.com
 
Response(T, StoreId, TransactionStream, ResourceReleaser) - Constructor for class org.neo4j.com.Response
 
response() - Method in class org.neo4j.com.Response
 
responseWritten(RequestType<M>, Channel, SlaveContext) - Method in class org.neo4j.com.Server
 
rotateLogs(GraphDatabaseAPI) - Static method in class org.neo4j.com.MasterUtil
 
rotateLogsAndStreamStoreFiles(GraphDatabaseAPI, boolean, StoreWriter) - Static method in class org.neo4j.com.MasterUtil
 

S

sendRequest(RequestType<M>, SlaveContext, Serializer, Deserializer<R>) - Method in class org.neo4j.com.Client
 
sendRequest(RequestType<M>, SlaveContext, Serializer, Deserializer<R>, StoreId) - Method in class org.neo4j.com.Client
 
Serializer - Interface in org.neo4j.com
 
Server<M,R> - Class in org.neo4j.com
Sits on the master side, receiving serialized requests from slaves (via Client).
Server(M, int, StringLogger, int, byte, int, int, TxChecksumVerifier) - Constructor for class org.neo4j.com.Server
 
setByte(int, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
setByte(int, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
setBytes(int, ChannelBuffer) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
setBytes(int, ChannelBuffer, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
setBytes(int, byte[]) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
setBytes(int, byte[], int, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
setBytes(int, ByteBuffer) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
setBytes(int, InputStream, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
setBytes(int, ScatteringByteChannel, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
setBytes(int, ChannelBuffer) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
setBytes(int, ChannelBuffer, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
setBytes(int, byte[]) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
setBytes(int, byte[], int, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
setBytes(int, ByteBuffer) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
setBytes(int, InputStream, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
setBytes(int, ScatteringByteChannel, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
setChar(int, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
setChar(int, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
setDouble(int, double) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
setDouble(int, double) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
setFloat(int, float) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
setFloat(int, float) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
setIndex(int, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
setIndex(int, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
setInt(int, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
setInt(int, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
setLong(int, long) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
setLong(int, long) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
setMaxResources(int) - Method in class org.neo4j.com.ResourcePool
 
setMedium(int, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
setMedium(int, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
setShort(int, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
setShort(int, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
setZero(int, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
setZero(int, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
shouldCheckStoreId(RequestType<M>) - Method in class org.neo4j.com.Client
 
shouldLogFailureToFinishOffChannel(Throwable) - Method in class org.neo4j.com.Server
 
shutdown() - Method in class org.neo4j.com.Client
 
shutdown() - Method in class org.neo4j.com.Server
 
skipBytes(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
skipBytes(ChannelBufferIndexFinder) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
skipBytes(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
skipBytes(ChannelBufferIndexFinder) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
SlaveContext - Class in org.neo4j.com
A representation of the context in which an HA slave operates.
SlaveContext(long, int, int, SlaveContext.Tx[], int, long) - Constructor for class org.neo4j.com.SlaveContext
 
SlaveContext.Tx - Class in org.neo4j.com
 
slice() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
slice(int, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
slice() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
slice(int, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
StoreIdGetter - Interface in org.neo4j.com
 
storeIdGetterForDb(GraphDatabaseService) - Static method in class org.neo4j.com.Client
 
StoreWriter - Interface in org.neo4j.com
 

T

toByteBuffer() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
toByteBuffer(int, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
toByteBuffer() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
toByteBuffer(int, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
toByteBuffers() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
toByteBuffers(int, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
toByteBuffers() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
toByteBuffers(int, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
ToFileStoreWriter - Class in org.neo4j.com
 
ToFileStoreWriter(String) - Constructor for class org.neo4j.com.ToFileStoreWriter
 
ToNetworkStoreWriter - Class in org.neo4j.com
 
ToNetworkStoreWriter(ChannelBuffer) - Constructor for class org.neo4j.com.ToNetworkStoreWriter
 
toString(Charset) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
toString(int, int, Charset) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
toString(String) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
toString(String, ChannelBufferIndexFinder) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
toString(int, int, String) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
toString(int, int, String, ChannelBufferIndexFinder) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
toString() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
toString() - Method in class org.neo4j.com.Client
 
toString(Charset) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
toString(int, int, Charset) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
toString(String) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
toString(String, ChannelBufferIndexFinder) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
toString(int, int, String) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
toString(int, int, String, ChannelBufferIndexFinder) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
toString() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
toString() - Method in class org.neo4j.com.SlaveContext
 
toString() - Method in class org.neo4j.com.SlaveContext.Tx
 
transactions() - Method in class org.neo4j.com.Response
 
TransactionStream - Class in org.neo4j.com
Represents a stream of the data of one or more consecutive transactions.
TransactionStream(String...) - Constructor for class org.neo4j.com.TransactionStream
 
tryToFinishOffChannel(Channel) - Method in class org.neo4j.com.Server
 
tryToFinishOffChannel(Channel, SlaveContext) - Method in class org.neo4j.com.Server
 
TxChecksumVerifier - Interface in org.neo4j.com
 
TxExtractor - Class in org.neo4j.com
 
TxExtractor() - Constructor for class org.neo4j.com.TxExtractor
 
txHandlerForFullCopy() - Static method in class org.neo4j.com.MasterUtil
 

U

unmapSlave(Channel, SlaveContext) - Method in class org.neo4j.com.Server
 

V

VOID_DESERIALIZER - Static variable in class org.neo4j.com.Protocol
 
VOID_SERIALIZER - Static variable in class org.neo4j.com.Protocol
 

W

writable() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
writable() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
writableBytes() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
writableBytes() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
write(ReadableByteChannel) - Method in class org.neo4j.com.BlockLogBuffer
 
write(T, ChannelBuffer) - Method in interface org.neo4j.com.ObjectSerializer
 
write(ChannelBuffer, ByteBuffer) - Method in interface org.neo4j.com.Serializer
 
write(String, ReadableByteChannel, ByteBuffer, boolean) - Method in interface org.neo4j.com.StoreWriter
 
write(String, ReadableByteChannel, ByteBuffer, boolean) - Method in class org.neo4j.com.ToFileStoreWriter
 
write(String, ReadableByteChannel, ByteBuffer, boolean) - Method in class org.neo4j.com.ToNetworkStoreWriter
 
writeByte(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
writeByte(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
writeBytes(ChannelBuffer) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
writeBytes(ChannelBuffer, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
writeBytes(ChannelBuffer, int, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
writeBytes(byte[]) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
writeBytes(byte[], int, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
writeBytes(ByteBuffer) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
writeBytes(InputStream, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
writeBytes(ScatteringByteChannel, int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
writeBytes(ChannelBuffer) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
writeBytes(ChannelBuffer, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
writeBytes(ChannelBuffer, int, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
writeBytes(byte[]) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
writeBytes(byte[], int, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
writeBytes(ByteBuffer) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
writeBytes(InputStream, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
writeBytes(ScatteringByteChannel, int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
writeChar(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
writeChar(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
writeChars(ChannelBuffer, char[]) - Static method in class org.neo4j.com.Protocol
 
writeContext(RequestType<M>, SlaveContext, ChannelBuffer) - Method in class org.neo4j.com.Client
 
writeDouble(double) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
writeDouble(double) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
writeFailureResponse(Throwable, ChunkingChannelBuffer) - Method in class org.neo4j.com.Server
 
writeFloat(float) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
writeFloat(float) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
writeInt(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
writeInt(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
writeLong(long) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
writeLong(long) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
writeMedium(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
writeMedium(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
writeOut() - Method in class org.neo4j.com.BlockLogBuffer
 
writerIndex() - Method in class org.neo4j.com.ChunkingChannelBuffer
 
writerIndex(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
writerIndex() - Method in class org.neo4j.com.DechunkingChannelBuffer
 
writerIndex(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
writeShort(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
writeShort(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 
writeString(ChannelBuffer, String) - Static method in class org.neo4j.com.Protocol
 
writeZero(int) - Method in class org.neo4j.com.ChunkingChannelBuffer
 
writeZero(int) - Method in class org.neo4j.com.DechunkingChannelBuffer
 

A B C D E F G H I L M N O P R S T U V W

Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.