Skip navigation links
A B C D E F G H I J L M N O P R S T U W 

A

allocate() - Method in class org.apache.activeio.adapter.PacketByteArrayOutputStream
 
allocateNewPacket() - Method in class org.apache.activeio.packet.ByteBufferPacketPool
 
allocateNewPacket() - Method in class org.apache.activeio.packet.PacketPool
 
append(Record, Location, boolean) - Method in class org.apache.activeio.journal.active.BatchedWrite
 
append(BatchedWrite) - Method in class org.apache.activeio.journal.active.LogFileManager
 
AppendedPacket - Class in org.apache.activeio.packet
Appends two packets together.
AppendedPacket(Packet, Packet) - Constructor for class org.apache.activeio.packet.AppendedPacket
Deprecated.
asByteSequence() - Method in class org.apache.activeio.packet.AppendedPacket
 
asByteSequence() - Method in class org.apache.activeio.packet.ByteArrayPacket
 
asByteSequence() - Method in class org.apache.activeio.packet.ByteBufferPacket
 
asByteSequence() - Method in class org.apache.activeio.packet.BytePacket
 
asByteSequence() - Method in class org.apache.activeio.packet.EmptyPacket
 
asByteSequence() - Method in class org.apache.activeio.packet.EOSPacket
 
asByteSequence() - Method in class org.apache.activeio.packet.FilterPacket
 
asByteSequence() - Method in interface org.apache.activeio.packet.Packet
 

B

BatchedWrite - Class in org.apache.activeio.journal.active
This contains all the data needed to write and force a list of records to a LogFile.
BatchedWrite(Packet) - Constructor for class org.apache.activeio.journal.active.BatchedWrite
 
ByteArrayPacket - Class in org.apache.activeio.packet
Provides a Packet implementation that is directly backed by a byte[].
ByteArrayPacket(byte[]) - Constructor for class org.apache.activeio.packet.ByteArrayPacket
 
ByteArrayPacket(ByteSequence) - Constructor for class org.apache.activeio.packet.ByteArrayPacket
 
ByteArrayPacket(byte[], int, int) - Constructor for class org.apache.activeio.packet.ByteArrayPacket
 
ByteBufferPacket - Class in org.apache.activeio.packet
Provides a Packet implementation that is backed by a ByteBuffer
ByteBufferPacket(ByteBuffer) - Constructor for class org.apache.activeio.packet.ByteBufferPacket
 
ByteBufferPacketPool - Class in org.apache.activeio.packet
Provides a simple pool of ByteBuffer objects.
ByteBufferPacketPool(int, int) - Constructor for class org.apache.activeio.packet.ByteBufferPacketPool
Creates a pool of bufferCount ByteBuffers that are directly allocated being bufferSize big.
BytePacket - Class in org.apache.activeio.packet
Provides a Packet implementation that is directly backed by a byte.
BytePacket(byte) - Constructor for class org.apache.activeio.packet.BytePacket
 
ByteSequence - Class in org.apache.activeio.packet
 
ByteSequence(byte[], int, int) - Constructor for class org.apache.activeio.packet.ByteSequence
 

C

canActivateNextLogFile() - Method in class org.apache.activeio.journal.active.LogFileManager
 
canSupport(String) - Static method in class org.apache.activeio.xnet.hba.ExactIPAddressPermission
 
canSupport(String) - Static method in class org.apache.activeio.xnet.hba.ExactIPv6AddressPermission
 
canSupport(String) - Static method in class org.apache.activeio.xnet.hba.FactorizedIPAddressPermission
 
canSupport(String) - Static method in class org.apache.activeio.xnet.hba.NetmaskIPAddressPermission
 
canSupport(String) - Static method in class org.apache.activeio.xnet.hba.NetmaskIPv6AddressPermission
 
canSupport(String) - Static method in class org.apache.activeio.xnet.hba.StartWithIPAddressPermission
 
capacity() - Method in class org.apache.activeio.packet.AppendedPacket
 
capacity() - Method in class org.apache.activeio.packet.ByteArrayPacket
 
capacity() - Method in class org.apache.activeio.packet.ByteBufferPacket
 
capacity() - Method in class org.apache.activeio.packet.BytePacket
 
capacity() - Method in class org.apache.activeio.packet.EmptyPacket
 
capacity() - Method in class org.apache.activeio.packet.EOSPacket
 
capacity() - Method in class org.apache.activeio.packet.FilterPacket
 
capacity() - Method in interface org.apache.activeio.packet.Packet
 
checkHostsAuthorization(InetAddress, InetAddress) - Method in class org.apache.activeio.xnet.hba.ServiceAccessController
 
checksum(DataInput) - Method in class org.apache.activeio.journal.active.Record
 
clear() - Method in class org.apache.activeio.packet.AppendedPacket
 
clear() - Method in class org.apache.activeio.packet.ByteArrayPacket
 
clear() - Method in class org.apache.activeio.packet.ByteBufferPacket
 
clear() - Method in class org.apache.activeio.packet.BytePacket
 
clear() - Method in class org.apache.activeio.packet.EmptyPacket
 
clear() - Method in class org.apache.activeio.packet.EOSPacket
 
clear() - Method in class org.apache.activeio.packet.FilterPacket
 
clear() - Method in interface org.apache.activeio.packet.Packet
 
close() - Method in class org.apache.activeio.journal.active.JournalImpl
Deprecated.
@see #dispose()
close() - Method in class org.apache.activeio.journal.howl.HowlJournal
 
close() - Method in interface org.apache.activeio.journal.Journal
Close the Journal.
compact() - Method in class org.apache.activeio.packet.ByteBufferPacket
 
compareTo(Object) - Method in class org.apache.activeio.journal.active.Location
 
compareTo(Object) - Method in class org.apache.activeio.journal.howl.LongRecordLocation
 
ControlFile - Class in org.apache.activeio.journal.active
Control file holds the last known good state of the journal.
ControlFile(File, int) - Constructor for class org.apache.activeio.journal.active.ControlFile
 
copyTo(File) - Method in class org.apache.activeio.journal.active.LogFile
 
CRC32_CHECKSUM_ALGORITHIM - Static variable in class org.apache.activeio.journal.active.Record
 
createDefaultBuffer(boolean) - Static method in class org.apache.activeio.packet.ByteBufferPacket
 

D

DATA_RECORD_TYPE - Static variable in class org.apache.activeio.journal.active.LogFileManager
 
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.activeio.packet.ByteBufferPacket
 
DEFAULT_DIRECT_BUFFER_SIZE - Static variable in class org.apache.activeio.packet.ByteBufferPacket
 
DEFAULT_LOGFILE_COUNT - Static variable in class org.apache.activeio.journal.active.LogFileManager
 
DEFAULT_LOGFILE_SIZE - Static variable in class org.apache.activeio.journal.active.LogFileManager
 
DEFAULT_PACKET_SIZE - Static variable in class org.apache.activeio.journal.active.JournalImpl
 
DEFAULT_PACKET_SIZE - Static variable in class org.apache.activeio.packet.PacketPool
 
DEFAULT_POOL_SIZE - Static variable in class org.apache.activeio.journal.active.JournalImpl
 
DEFAULT_POOL_SIZE - Static variable in class org.apache.activeio.packet.PacketPool
 
dispose() - Method in class org.apache.activeio.journal.active.ControlFile
 
dispose() - Method in class org.apache.activeio.journal.active.JournalImpl
 
dispose() - Method in class org.apache.activeio.journal.active.LogFile
 
dispose() - Method in class org.apache.activeio.journal.active.LogFileManager
 
dispose() - Method in class org.apache.activeio.journal.active.Record
 
dispose() - Method in class org.apache.activeio.packet.AppendedPacket
 
dispose() - Method in class org.apache.activeio.packet.ByteArrayPacket
 
dispose() - Method in class org.apache.activeio.packet.ByteBufferPacket
 
dispose() - Method in class org.apache.activeio.packet.BytePacket
 
dispose() - Method in class org.apache.activeio.packet.EmptyPacket
 
dispose() - Method in class org.apache.activeio.packet.EOSPacket
 
dispose() - Method in class org.apache.activeio.packet.FilterPacket
 
dispose() - Method in interface org.apache.activeio.packet.Packet
 
dispose() - Method in class org.apache.activeio.packet.PacketPool
 
dispose() - Method in class org.apache.activeio.packet.PacketPool.PooledPacket
 
doFail() - Method in class org.apache.activeio.xnet.StandardServiceStack
 
doStart() - Method in class org.apache.activeio.xnet.StandardServiceStack
 
doStop() - Method in class org.apache.activeio.xnet.StandardServiceStack
 
duplicate() - Method in class org.apache.activeio.packet.AppendedPacket
 
duplicate(ClassLoader) - Method in class org.apache.activeio.packet.AppendedPacket
 
duplicate() - Method in class org.apache.activeio.packet.ByteArrayPacket
 
duplicate(ClassLoader) - Method in class org.apache.activeio.packet.ByteArrayPacket
 
duplicate() - Method in class org.apache.activeio.packet.ByteBufferPacket
 
duplicate(ClassLoader) - Method in class org.apache.activeio.packet.ByteBufferPacket
 
duplicate() - Method in class org.apache.activeio.packet.BytePacket
 
duplicate(ClassLoader) - Method in class org.apache.activeio.packet.BytePacket
 
duplicate() - Method in class org.apache.activeio.packet.EmptyPacket
 
duplicate(ClassLoader) - Method in class org.apache.activeio.packet.EmptyPacket
 
duplicate() - Method in class org.apache.activeio.packet.EOSPacket
 
duplicate(ClassLoader) - Method in class org.apache.activeio.packet.EOSPacket
 
duplicate(ClassLoader) - Method in class org.apache.activeio.packet.FilterPacket
 
duplicate() - Method in class org.apache.activeio.packet.FilterPacket
 
duplicate() - Method in interface org.apache.activeio.packet.Packet
 
duplicate(ClassLoader) - Method in interface org.apache.activeio.packet.Packet
 

E

EMPTY_PACKET - Static variable in class org.apache.activeio.packet.EmptyPacket
 
EmptyPacket - Class in org.apache.activeio.packet
Provides a Packet implementation that is directly backed by a byte[0].
END_OF_RECORD - Static variable in class org.apache.activeio.journal.active.Record
 
EOS_PACKET - Static variable in class org.apache.activeio.packet.EOSPacket
 
EOSPacket - Class in org.apache.activeio.packet
Provides a Packet implementation that is used to represent the end of a stream.
equals(Object) - Method in class org.apache.activeio.journal.active.Location
 
equals(Object) - Method in class org.apache.activeio.journal.howl.LongRecordLocation
 
error - Variable in class org.apache.activeio.journal.active.BatchedWrite
 
ExactIPAddressPermission - Class in org.apache.activeio.xnet.hba
 
ExactIPAddressPermission(byte[]) - Constructor for class org.apache.activeio.xnet.hba.ExactIPAddressPermission
 
ExactIPAddressPermission(String) - Constructor for class org.apache.activeio.xnet.hba.ExactIPAddressPermission
 
ExactIPv6AddressPermission - Class in org.apache.activeio.xnet.hba
 
ExactIPv6AddressPermission(byte[]) - Constructor for class org.apache.activeio.xnet.hba.ExactIPv6AddressPermission
 
ExactIPv6AddressPermission(String) - Constructor for class org.apache.activeio.xnet.hba.ExactIPv6AddressPermission
 

F

FactorizedIPAddressPermission - Class in org.apache.activeio.xnet.hba
 
FactorizedIPAddressPermission(String) - Constructor for class org.apache.activeio.xnet.hba.FactorizedIPAddressPermission
 
filter(Packet) - Method in class org.apache.activeio.packet.FilterPacket
 
filter(Packet) - Method in class org.apache.activeio.packet.PacketPool.PooledPacket
 
FilterPacket - Class in org.apache.activeio.packet
Provides a Packet implementation that filters operations to another packet.
FilterPacket(Packet) - Constructor for class org.apache.activeio.packet.FilterPacket
 
flip() - Method in class org.apache.activeio.journal.active.BatchedWrite
 
flip() - Method in class org.apache.activeio.packet.AppendedPacket
 
flip() - Method in class org.apache.activeio.packet.ByteArrayPacket
 
flip() - Method in class org.apache.activeio.packet.ByteBufferPacket
 
flip() - Method in class org.apache.activeio.packet.BytePacket
 
flip() - Method in class org.apache.activeio.packet.EmptyPacket
 
flip() - Method in class org.apache.activeio.packet.EOSPacket
 
flip() - Method in class org.apache.activeio.packet.FilterPacket
 
flip() - Method in interface org.apache.activeio.packet.Packet
 
force() - Method in class org.apache.activeio.journal.active.LogFile
 
forced() - Method in class org.apache.activeio.journal.active.BatchedWrite
 

G

getAdapter(Class) - Method in class org.apache.activeio.packet.AppendedPacket
 
getAdapter(Class) - Method in class org.apache.activeio.packet.ByteArrayPacket
 
getAdapter(Class) - Method in class org.apache.activeio.packet.ByteBufferPacket
 
getAdapter(Class) - Method in class org.apache.activeio.packet.BytePacket
 
getAdapter(Class) - Method in class org.apache.activeio.packet.EmptyPacket
 
getAdapter(Class) - Method in class org.apache.activeio.packet.EOSPacket
 
getAdapter(Class) - Method in class org.apache.activeio.packet.FilterPacket
 
getAdapter(Class) - Method in interface org.apache.activeio.packet.Packet
 
getAddress() - Method in class org.apache.activeio.xnet.ServiceDaemon
Gets the inetAddress number that the daemon is listening on.
getAddress() - Method in class org.apache.activeio.xnet.StandardServiceStack
 
getAllowHosts() - Method in class org.apache.activeio.xnet.hba.ServiceAccessController
 
getAllowHosts() - Method in class org.apache.activeio.xnet.StandardServiceStack
 
getBuffer() - Method in class org.apache.activeio.packet.ByteArrayPacket
 
getByteBuffer() - Method in class org.apache.activeio.packet.ByteBufferPacket
 
getChecksum() - Method in class org.apache.activeio.journal.active.Record
 
getControlData() - Method in class org.apache.activeio.journal.active.ControlFile
 
getData() - Method in class org.apache.activeio.packet.ByteSequence
 
getDataOffset() - Method in class org.apache.activeio.journal.active.RecordInfo
 
getFirstActiveLogLocation() - Method in class org.apache.activeio.journal.active.LogFileManager
 
getFirstRecordLocationOfSecondActiveLogFile() - Method in class org.apache.activeio.journal.active.LogFileManager
 
getForce() - Method in class org.apache.activeio.journal.active.BatchedWrite
 
getFullAddress() - Method in class org.apache.activeio.xnet.StandardServiceStack
 
getHeader() - Method in class org.apache.activeio.journal.active.RecordInfo
 
getHost() - Method in class org.apache.activeio.xnet.StandardServiceStack
 
getInitialLogFileSize() - Method in class org.apache.activeio.journal.active.JournalImpl
 
getInitialLogFileSize() - Method in class org.apache.activeio.journal.active.LogFileManager
 
getIP() - Method in class org.apache.activeio.xnet.hba.ServiceAccessController
 
getIP() - Method in interface org.apache.activeio.xnet.ServerService
Gets the ip number that the daemon is listening on.
getIP() - Method in class org.apache.activeio.xnet.ServiceDaemon
 
getIP() - Method in class org.apache.activeio.xnet.ServiceLogger
 
getIP() - Method in class org.apache.activeio.xnet.ServicePool
Gets the ip number that the daemon is listening on.
getIPAddressMask(String) - Static method in class org.apache.activeio.xnet.hba.IPAddressPermissionFactory
 
getLastMarkedRecordLocation() - Method in class org.apache.activeio.journal.active.LogFileManager
 
getLength() - Method in class org.apache.activeio.packet.ByteSequence
 
getLocation() - Method in class org.apache.activeio.journal.active.Record
 
getLocation() - Method in class org.apache.activeio.journal.active.RecordInfo
 
getLogDirectory() - Method in class org.apache.activeio.journal.active.JournalImpl
 
getLogDirectory() - Method in class org.apache.activeio.journal.active.LogFileManager
 
getLogFile() - Method in class org.apache.activeio.journal.active.RecordInfo
 
getLogFileId() - Method in class org.apache.activeio.journal.active.Location
 
getLogFileOffset() - Method in class org.apache.activeio.journal.active.Location
 
getLogFileState() - Method in class org.apache.activeio.journal.active.RecordInfo
 
getLogOnFailure() - Method in class org.apache.activeio.xnet.ServiceLogger
 
getLogOnFailure() - Method in class org.apache.activeio.xnet.StandardServiceStack
 
getLogOnSuccess() - Method in class org.apache.activeio.xnet.ServiceLogger
 
getLogOnSuccess() - Method in class org.apache.activeio.xnet.StandardServiceStack
 
getLongLocation() - Method in class org.apache.activeio.journal.howl.LongRecordLocation
 
getMark() - Method in class org.apache.activeio.journal.active.BatchedWrite
 
getMark() - Method in class org.apache.activeio.journal.active.JournalImpl
 
getMark() - Method in class org.apache.activeio.journal.active.Record
 
getMark() - Method in class org.apache.activeio.journal.howl.HowlJournal
 
getMark() - Method in interface org.apache.activeio.journal.Journal
Obtains the mark that was set in the Journal.
getName() - Method in class org.apache.activeio.xnet.hba.ServiceAccessController
 
getName() - Method in class org.apache.activeio.xnet.ServiceDaemon
 
getName() - Method in class org.apache.activeio.xnet.ServiceLogger
 
getName() - Method in class org.apache.activeio.xnet.ServicePool
Gets the name of the service.
getName() - Method in interface org.apache.activeio.xnet.SocketService
Gets the name of the service.
getName() - Method in class org.apache.activeio.xnet.StandardServiceStack
 
getNextAppendLocation() - Method in class org.apache.activeio.journal.active.LogFileManager
 
getNextDataRecordLocation(Location) - Method in class org.apache.activeio.journal.active.LogFileManager
 
getNextRecordLocation(RecordLocation) - Method in class org.apache.activeio.journal.active.JournalImpl
 
getNextRecordLocation(RecordLocation) - Method in class org.apache.activeio.journal.howl.HowlJournal
 
getNextRecordLocation(RecordLocation) - Method in interface org.apache.activeio.journal.Journal
Allows you to get the next RecordLocation after the location that is in the journal.
getOffset() - Method in class org.apache.activeio.packet.ByteSequence
 
getOnlineLogFileCount() - Method in class org.apache.activeio.journal.active.LogFileManager
 
getPacket() - Method in class org.apache.activeio.adapter.PacketByteArrayOutputStream
 
getPacket() - Method in class org.apache.activeio.journal.active.BatchedWrite
 
getPacket() - Method in class org.apache.activeio.packet.PacketPool
Blocks until a ByteBuffer can be retreived from the pool.
getPayload() - Method in class org.apache.activeio.journal.active.Record
 
getPayloadLength() - Method in class org.apache.activeio.journal.active.Record
 
getPort() - Method in class org.apache.activeio.xnet.hba.ServiceAccessController
 
getPort() - Method in interface org.apache.activeio.xnet.ServerService
Gets the port number that the daemon is listening on.
getPort() - Method in class org.apache.activeio.xnet.ServiceDaemon
Gets the port number that the daemon is listening on.
getPort() - Method in class org.apache.activeio.xnet.ServiceLogger
 
getPort() - Method in class org.apache.activeio.xnet.ServicePool
Gets the port number that the daemon is listening on.
getPort() - Method in class org.apache.activeio.xnet.StandardServiceStack
 
getRecordLength() - Method in class org.apache.activeio.journal.active.Record
 
getRecordType() - Method in class org.apache.activeio.journal.active.Record
 
getServiceName() - Method in class org.apache.activeio.xnet.ServiceDaemon
 
getSoTimeout() - Method in class org.apache.activeio.xnet.ServiceDaemon
 
getSoTimeout() - Method in class org.apache.activeio.xnet.StandardServiceStack
 
getValue() - Method in class org.apache.activeio.xnet.hba.IPAddressPermissionEditor
 

H

handleExecutionException(ExecutionException) - Method in class org.apache.activeio.journal.active.JournalImpl
 
HASH_CHECKSUM_ALGORITHIM - Static variable in class org.apache.activeio.journal.active.Record
 
hashCode() - Method in class org.apache.activeio.journal.active.Location
 
hashCode() - Method in class org.apache.activeio.journal.howl.LongRecordLocation
 
hasRemaining() - Method in class org.apache.activeio.journal.active.Record
 
hasRemaining() - Method in class org.apache.activeio.packet.AppendedPacket
 
hasRemaining() - Method in class org.apache.activeio.packet.ByteArrayPacket
 
hasRemaining() - Method in class org.apache.activeio.packet.ByteBufferPacket
 
hasRemaining() - Method in class org.apache.activeio.packet.BytePacket
 
hasRemaining() - Method in class org.apache.activeio.packet.EmptyPacket
 
hasRemaining() - Method in class org.apache.activeio.packet.EOSPacket
 
hasRemaining() - Method in class org.apache.activeio.packet.FilterPacket
 
hasRemaining() - Method in interface org.apache.activeio.packet.Packet
 
HowlJournal - Class in org.apache.activeio.journal.howl
An implementation of the Journal interface using a HOWL logger.
HowlJournal(Configuration) - Constructor for class org.apache.activeio.journal.howl.HowlJournal
 
HTTP_RECOGNIZER - Static variable in class org.apache.activeio.oneport.HttpRecognizer
 
HttpRecognizer - Class in org.apache.activeio.oneport
 

I

IIOP_RECOGNIZER - Static variable in class org.apache.activeio.oneport.IIOPRecognizer
 
IIOPRecognizer - Class in org.apache.activeio.oneport
 
implies(InetAddress) - Method in class org.apache.activeio.xnet.hba.ExactIPAddressPermission
 
implies(InetAddress) - Method in class org.apache.activeio.xnet.hba.ExactIPv6AddressPermission
 
implies(InetAddress) - Method in class org.apache.activeio.xnet.hba.FactorizedIPAddressPermission
 
implies(InetAddress) - Method in interface org.apache.activeio.xnet.hba.IPAddressPermission
 
implies(InetAddress) - Method in class org.apache.activeio.xnet.hba.NetmaskIPAddressPermission
 
implies(InetAddress) - Method in class org.apache.activeio.xnet.hba.NetmaskIPv6AddressPermission
 
implies(InetAddress) - Method in class org.apache.activeio.xnet.hba.StartWithIPAddressPermission
 
init(Properties) - Method in class org.apache.activeio.xnet.hba.ServiceAccessController
 
init(Properties) - Method in interface org.apache.activeio.xnet.ServerService
 
init(Properties) - Method in class org.apache.activeio.xnet.ServiceDaemon
 
init(Properties) - Method in class org.apache.activeio.xnet.ServiceLogger
 
init(Properties) - Method in class org.apache.activeio.xnet.ServicePool
Pulls out the access log information
InvalidRecordLocationException - Exception in org.apache.activeio.journal
Exception thrown by a Journal to indicate that an invalid RecordLocation was detected.
InvalidRecordLocationException() - Constructor for exception org.apache.activeio.journal.InvalidRecordLocationException
 
InvalidRecordLocationException(String) - Constructor for exception org.apache.activeio.journal.InvalidRecordLocationException
 
InvalidRecordLocationException(String, Throwable) - Constructor for exception org.apache.activeio.journal.InvalidRecordLocationException
 
InvalidRecordLocationException(Throwable) - Constructor for exception org.apache.activeio.journal.InvalidRecordLocationException
 
IPAddressPermission - Interface in org.apache.activeio.xnet.hba
 
IPAddressPermissionEditor - Class in org.apache.activeio.xnet.hba
 
IPAddressPermissionEditor() - Constructor for class org.apache.activeio.xnet.hba.IPAddressPermissionEditor
 
IPAddressPermissionFactory - Class in org.apache.activeio.xnet.hba
 
IPAddressPermissionFactory() - Constructor for class org.apache.activeio.xnet.hba.IPAddressPermissionFactory
 
isChecksumingEnabled() - Static method in class org.apache.activeio.journal.active.Record
 
isDirect() - Method in class org.apache.activeio.packet.ByteBufferPacket
 
isPastHalfActive() - Method in class org.apache.activeio.journal.active.LogFileManager
 
isReadOnly() - Method in class org.apache.activeio.packet.ByteBufferPacket
 

J

join(Packet, Packet) - Static method in class org.apache.activeio.packet.AppendedPacket
 
Journal - Interface in org.apache.activeio.journal
A Journal is a record logging Interface that can be used to implement a transaction log.
JournalEventListener - Interface in org.apache.activeio.journal
Defines an object which listens for Journal Events.
JournalImpl - Class in org.apache.activeio.journal.active
A high speed Journal implementation.
JournalImpl(File) - Constructor for class org.apache.activeio.journal.active.JournalImpl
 
JournalImpl(File, int, int) - Constructor for class org.apache.activeio.journal.active.JournalImpl
 
JournalImpl(File, int, int, File) - Constructor for class org.apache.activeio.journal.active.JournalImpl
 
JournalImpl(LogFileManager) - Constructor for class org.apache.activeio.journal.active.JournalImpl
 
JournalLockedException - Exception in org.apache.activeio.journal.active
 
JournalLockedException() - Constructor for exception org.apache.activeio.journal.active.JournalLockedException
 
JournalLockedException(String) - Constructor for exception org.apache.activeio.journal.active.JournalLockedException
 

L

limit(int) - Method in class org.apache.activeio.packet.AppendedPacket
 
limit() - Method in class org.apache.activeio.packet.AppendedPacket
 
limit() - Method in class org.apache.activeio.packet.ByteArrayPacket
 
limit(int) - Method in class org.apache.activeio.packet.ByteArrayPacket
 
limit() - Method in class org.apache.activeio.packet.ByteBufferPacket
 
limit(int) - Method in class org.apache.activeio.packet.ByteBufferPacket
 
limit() - Method in class org.apache.activeio.packet.BytePacket
 
limit(int) - Method in class org.apache.activeio.packet.BytePacket
 
limit() - Method in class org.apache.activeio.packet.EmptyPacket
 
limit(int) - Method in class org.apache.activeio.packet.EmptyPacket
 
limit() - Method in class org.apache.activeio.packet.EOSPacket
 
limit(int) - Method in class org.apache.activeio.packet.EOSPacket
 
limit() - Method in class org.apache.activeio.packet.FilterPacket
 
limit(int) - Method in class org.apache.activeio.packet.FilterPacket
 
limit() - Method in interface org.apache.activeio.packet.Packet
 
limit(int) - Method in interface org.apache.activeio.packet.Packet
 
load() - Method in class org.apache.activeio.journal.active.ControlFile
 
loadAndCheckRecord(int, Record) - Method in class org.apache.activeio.journal.active.LogFile
 
Location - Class in org.apache.activeio.journal.active
Defines a where a record can be located in the Journal.
Location(int, int) - Constructor for class org.apache.activeio.journal.active.Location
 
lock() - Method in class org.apache.activeio.journal.active.ControlFile
Locks the control file.
LogFile - Class in org.apache.activeio.journal.active
Allows read/append access to a LogFile.
LogFile(File, int) - Constructor for class org.apache.activeio.journal.active.LogFile
 
LogFileManager - Class in org.apache.activeio.journal.active
Provides a logical view of many separate files as one single long log file.
LogFileManager(File) - Constructor for class org.apache.activeio.journal.active.LogFileManager
 
LogFileManager(File, int, int, File) - Constructor for class org.apache.activeio.journal.active.LogFileManager
 
LongRecordLocation - Class in org.apache.activeio.journal.howl
Provides a RecordLocation implementation for the long based location pointers that HOWL uses.
LongRecordLocation(long) - Constructor for class org.apache.activeio.journal.howl.LongRecordLocation
 

M

mark() - Method in class org.apache.activeio.packet.ByteBufferPacket
 
MARK_RECORD_TYPE - Static variable in class org.apache.activeio.journal.active.LogFileManager
 

N

NetmaskIPAddressPermission - Class in org.apache.activeio.xnet.hba
 
NetmaskIPAddressPermission(String) - Constructor for class org.apache.activeio.xnet.hba.NetmaskIPAddressPermission
 
NetmaskIPv6AddressPermission - Class in org.apache.activeio.xnet.hba
 
NetmaskIPv6AddressPermission(String) - Constructor for class org.apache.activeio.xnet.hba.NetmaskIPv6AddressPermission
 
next - Variable in class org.apache.activeio.packet.FilterPacket
 
NO_CHECKSUM_ALGORITHIM - Static variable in class org.apache.activeio.journal.active.Record
 

O

org.apache.activeio.adapter - package org.apache.activeio.adapter
The Adapter package provides classes that make it easy ot bridge between the the SynchChannel, AsyncChannel, InputStream, OutputStream, Socket, and ServerSocket domains.
org.apache.activeio.journal - package org.apache.activeio.journal
Provides the API for storing and accessing record based binary data in sequential log files.
org.apache.activeio.journal.active - package org.apache.activeio.journal.active
The Active Journal is a high performance Journal implemenation which does not place limits on how big the data being logged can be.
org.apache.activeio.journal.howl - package org.apache.activeio.journal.howl
A Journal implemenation using using a high performance transaction log implemented using Howl
org.apache.activeio.oneport - package org.apache.activeio.oneport
This package provides the implementing classes that allow you to run multiple protocols from a sigle port.
org.apache.activeio.packet - package org.apache.activeio.packet
Implementations of the Packet class.
org.apache.activeio.xnet - package org.apache.activeio.xnet
 
org.apache.activeio.xnet.hba - package org.apache.activeio.xnet.hba
 
overflowNotification(RecordLocation) - Method in interface org.apache.activeio.journal.JournalEventListener
This event is issues when a Journal implementations wants to recover disk space used by old records.

P

Packet - Interface in org.apache.activeio.packet
Provides a ByteBuffer like interface to work with IO channel packets of data.
PacketByteArrayOutputStream - Class in org.apache.activeio.adapter
 
PacketByteArrayOutputStream() - Constructor for class org.apache.activeio.adapter.PacketByteArrayOutputStream
 
PacketByteArrayOutputStream(int) - Constructor for class org.apache.activeio.adapter.PacketByteArrayOutputStream
 
PacketData - Class in org.apache.activeio.packet
Used to write and read primitives to and from a Packet.
PacketData(Packet) - Constructor for class org.apache.activeio.packet.PacketData
 
PacketData(Packet, boolean) - Constructor for class org.apache.activeio.packet.PacketData
 
PacketInputStream - Class in org.apache.activeio.adapter
Deprecated.
Use PacketToInputStream instead. This class will be removed very soon.
PacketInputStream(Packet) - Constructor for class org.apache.activeio.adapter.PacketInputStream
Deprecated.
 
PacketOutputStream - Class in org.apache.activeio.adapter
Provides an OutputStream for a given Packet.
PacketOutputStream(Packet) - Constructor for class org.apache.activeio.adapter.PacketOutputStream
 
PacketPool - Class in org.apache.activeio.packet
Provides a simple pool of Packet objects.
PacketPool(int) - Constructor for class org.apache.activeio.packet.PacketPool
 
PacketPool.PooledPacket - Class in org.apache.activeio.packet
 
PacketToInputStream - Class in org.apache.activeio.adapter
Provides an InputStream for a given Packet.
PacketToInputStream(Packet) - Constructor for class org.apache.activeio.adapter.PacketToInputStream
 
PooledPacket(Packet) - Constructor for class org.apache.activeio.packet.PacketPool.PooledPacket
 
position() - Method in class org.apache.activeio.adapter.PacketByteArrayOutputStream
 
position(int) - Method in class org.apache.activeio.packet.AppendedPacket
 
position() - Method in class org.apache.activeio.packet.AppendedPacket
 
position() - Method in class org.apache.activeio.packet.ByteArrayPacket
 
position(int) - Method in class org.apache.activeio.packet.ByteArrayPacket
 
position() - Method in class org.apache.activeio.packet.ByteBufferPacket
 
position(int) - Method in class org.apache.activeio.packet.ByteBufferPacket
 
position() - Method in class org.apache.activeio.packet.BytePacket
 
position(int) - Method in class org.apache.activeio.packet.BytePacket
 
position() - Method in class org.apache.activeio.packet.EmptyPacket
 
position(int) - Method in class org.apache.activeio.packet.EmptyPacket
 
position() - Method in class org.apache.activeio.packet.EOSPacket
 
position(int) - Method in class org.apache.activeio.packet.EOSPacket
 
position() - Method in class org.apache.activeio.packet.FilterPacket
 
position(int) - Method in class org.apache.activeio.packet.FilterPacket
 
position() - Method in interface org.apache.activeio.packet.Packet
 
position(int) - Method in interface org.apache.activeio.packet.Packet
 
ProtocolRecognizer - Interface in org.apache.activeio.oneport
 

R

read() - Method in class org.apache.activeio.adapter.PacketToInputStream
 
read(byte[], int, int) - Method in class org.apache.activeio.adapter.PacketToInputStream
 
read(RecordLocation) - Method in class org.apache.activeio.journal.active.JournalImpl
 
read(int, byte[]) - Method in class org.apache.activeio.journal.active.LogFile
 
read(Packet) - Method in class org.apache.activeio.journal.active.Record
 
read(RecordLocation) - Method in class org.apache.activeio.journal.howl.HowlJournal
 
read(RecordLocation) - Method in interface org.apache.activeio.journal.Journal
Reads a previously written record from the journal.
read() - Method in class org.apache.activeio.packet.AppendedPacket
 
read(byte[], int, int) - Method in class org.apache.activeio.packet.AppendedPacket
 
read(Packet) - Method in class org.apache.activeio.packet.AppendedPacket
 
read() - Method in class org.apache.activeio.packet.ByteArrayPacket
 
read(byte[], int, int) - Method in class org.apache.activeio.packet.ByteArrayPacket
 
read(Packet) - Method in class org.apache.activeio.packet.ByteArrayPacket
 
read() - Method in class org.apache.activeio.packet.ByteBufferPacket
 
read(byte[], int, int) - Method in class org.apache.activeio.packet.ByteBufferPacket
 
read(Packet) - Method in class org.apache.activeio.packet.ByteBufferPacket
 
read() - Method in class org.apache.activeio.packet.BytePacket
 
read(byte[], int, int) - Method in class org.apache.activeio.packet.BytePacket
 
read(Packet) - Method in class org.apache.activeio.packet.BytePacket
 
read() - Method in class org.apache.activeio.packet.EmptyPacket
 
read(byte[], int, int) - Method in class org.apache.activeio.packet.EmptyPacket
 
read(Packet) - Method in class org.apache.activeio.packet.EmptyPacket
 
read() - Method in class org.apache.activeio.packet.EOSPacket
 
read(byte[], int, int) - Method in class org.apache.activeio.packet.EOSPacket
 
read(Packet) - Method in class org.apache.activeio.packet.EOSPacket
 
read() - Method in class org.apache.activeio.packet.FilterPacket
 
read(byte[], int, int) - Method in class org.apache.activeio.packet.FilterPacket
 
read(Packet) - Method in class org.apache.activeio.packet.FilterPacket
 
read() - Method in interface org.apache.activeio.packet.Packet
 
read(byte[], int, int) - Method in interface org.apache.activeio.packet.Packet
 
read(Packet) - Method in interface org.apache.activeio.packet.Packet
 
readBoolean() - Method in class org.apache.activeio.packet.PacketData
 
readBoolean(Packet) - Static method in class org.apache.activeio.packet.PacketData
 
readByte() - Method in class org.apache.activeio.packet.PacketData
 
readByte(Packet) - Static method in class org.apache.activeio.packet.PacketData
 
readChar() - Method in class org.apache.activeio.packet.PacketData
 
readCharBig(Packet) - Static method in class org.apache.activeio.packet.PacketData
 
readCharLittle(Packet) - Static method in class org.apache.activeio.packet.PacketData
 
readDouble() - Method in class org.apache.activeio.packet.PacketData
 
readDoubleBig(Packet) - Static method in class org.apache.activeio.packet.PacketData
 
readDoubleLittle(Packet) - Static method in class org.apache.activeio.packet.PacketData
 
readFloat() - Method in class org.apache.activeio.packet.PacketData
 
readFloatBig(Packet) - Static method in class org.apache.activeio.packet.PacketData
 
readFloatLittle(Packet) - Static method in class org.apache.activeio.packet.PacketData
 
readFooter(DataInput) - Method in class org.apache.activeio.journal.active.Record
 
readFromDataInput(DataInput) - Static method in class org.apache.activeio.journal.active.Location
 
readFromPacket(Packet) - Static method in class org.apache.activeio.journal.active.Location
 
readFromPacket(Packet) - Method in class org.apache.activeio.journal.active.Record
 
readFully(byte[]) - Method in class org.apache.activeio.packet.PacketData
 
readFully(Packet, byte[]) - Static method in class org.apache.activeio.packet.PacketData
 
readFully(byte[], int, int) - Method in class org.apache.activeio.packet.PacketData
 
readFully(Packet, byte[], int, int) - Static method in class org.apache.activeio.packet.PacketData
 
readHeader(DataInput) - Method in class org.apache.activeio.journal.active.Record
 
readInt() - Method in class org.apache.activeio.packet.PacketData
 
readIntBig(Packet) - Static method in class org.apache.activeio.packet.PacketData
 
readIntLittle(Packet) - Static method in class org.apache.activeio.packet.PacketData
 
readLong() - Method in class org.apache.activeio.packet.PacketData
 
readLongBig(Packet) - Static method in class org.apache.activeio.packet.PacketData
 
readLongLittle(Packet) - Static method in class org.apache.activeio.packet.PacketData
 
readPacket(Location) - Method in class org.apache.activeio.journal.active.LogFileManager
 
readRecordHeader(int, Record) - Method in class org.apache.activeio.journal.active.LogFile
 
readShort() - Method in class org.apache.activeio.packet.PacketData
 
readShortBig(Packet) - Static method in class org.apache.activeio.packet.PacketData
 
readShortLittle(Packet) - Static method in class org.apache.activeio.packet.PacketData
 
readUnsignedByte() - Method in class org.apache.activeio.packet.PacketData
 
readUnsignedByte(Packet) - Static method in class org.apache.activeio.packet.PacketData
 
readUnsignedShort() - Method in class org.apache.activeio.packet.PacketData
 
readUnsignedShortBig(Packet) - Static method in class org.apache.activeio.packet.PacketData
 
readUnsignedShortLittle(Packet) - Static method in class org.apache.activeio.packet.PacketData
 
recognizes(Packet) - Method in class org.apache.activeio.oneport.HttpRecognizer
 
recognizes(Packet) - Method in class org.apache.activeio.oneport.IIOPRecognizer
 
recognizes(Packet) - Method in interface org.apache.activeio.oneport.ProtocolRecognizer
 
Record - Class in org.apache.activeio.journal.active
Serializes/Deserializes data records.
Record() - Constructor for class org.apache.activeio.journal.active.Record
 
Record(byte, Packet, Location) - Constructor for class org.apache.activeio.journal.active.Record
 
Record(Location, byte, Packet, Location) - Constructor for class org.apache.activeio.journal.active.Record
 
RECORD_BASE_SIZE - Static variable in class org.apache.activeio.journal.active.Record
 
RECORD_FOOTER_SIZE - Static variable in class org.apache.activeio.journal.active.Record
 
RECORD_HEADER_SIZE - Static variable in class org.apache.activeio.journal.active.Record
 
RecordInfo - Class in org.apache.activeio.journal.active
 
RecordInfo(Location, Record, LogFileNode, LogFile) - Constructor for class org.apache.activeio.journal.active.RecordInfo
 
RecordLocation - Interface in org.apache.activeio.journal
A RecordLocation is used to locate data records that have been logged to a Journal via the Journal.put() method call.
remaining() - Method in class org.apache.activeio.packet.AppendedPacket
 
remaining() - Method in class org.apache.activeio.packet.ByteArrayPacket
 
remaining() - Method in class org.apache.activeio.packet.ByteBufferPacket
 
remaining() - Method in class org.apache.activeio.packet.BytePacket
 
remaining() - Method in class org.apache.activeio.packet.EmptyPacket
 
remaining() - Method in class org.apache.activeio.packet.EOSPacket
 
remaining() - Method in class org.apache.activeio.packet.FilterPacket
 
remaining() - Method in interface org.apache.activeio.packet.Packet
 
reset() - Method in class org.apache.activeio.adapter.PacketByteArrayOutputStream
 
resize() - Method in class org.apache.activeio.journal.active.LogFile
 
rewind() - Method in class org.apache.activeio.packet.AppendedPacket
 
rewind() - Method in class org.apache.activeio.packet.ByteArrayPacket
 
rewind() - Method in class org.apache.activeio.packet.ByteBufferPacket
 
rewind() - Method in class org.apache.activeio.packet.BytePacket
 
rewind() - Method in class org.apache.activeio.packet.EmptyPacket
 
rewind() - Method in class org.apache.activeio.packet.EOSPacket
 
rewind() - Method in class org.apache.activeio.packet.FilterPacket
 
rewind() - Method in interface org.apache.activeio.packet.Packet
 

S

SELECTED_CHECKSUM_ALGORITHIM - Static variable in class org.apache.activeio.journal.active.Record
 
SERIALIZED_SIZE - Static variable in class org.apache.activeio.journal.active.Location
 
SERIALIZED_SIZE - Static variable in class org.apache.activeio.journal.active.LogFileManager
 
ServerService - Interface in org.apache.activeio.xnet
The Server will call the following methods.
service(Socket) - Method in class org.apache.activeio.xnet.hba.ServiceAccessController
 
service(Socket) - Method in class org.apache.activeio.xnet.ServiceDaemon
 
service(Socket) - Method in class org.apache.activeio.xnet.ServiceLogger
log_on_success ----------------- Different information can be logged when a server starts:

PID : the server's PID (if it's an internal xinetd service, the PID has then a value of 0) ; HOST : the client address ; USERID : the identity of the remote user, according to RFC1413 defining identification protocol; EXIT : the process exit status; DURATION : the session duration.

service(Socket) - Method in class org.apache.activeio.xnet.ServicePool
 
service(Socket) - Method in interface org.apache.activeio.xnet.SocketService
 
ServiceAccessController - Class in org.apache.activeio.xnet.hba
 
ServiceAccessController(ServerService) - Constructor for class org.apache.activeio.xnet.hba.ServiceAccessController
 
ServiceAccessController(String, ServerService, IPAddressPermission[]) - Constructor for class org.apache.activeio.xnet.hba.ServiceAccessController
 
ServiceDaemon - Class in org.apache.activeio.xnet
 
ServiceDaemon(SocketService, InetAddress, int) - Constructor for class org.apache.activeio.xnet.ServiceDaemon
 
ServiceDaemon(String, SocketService, InetAddress, int) - Constructor for class org.apache.activeio.xnet.ServiceDaemon
 
ServiceException - Exception in org.apache.activeio.xnet
 
ServiceException() - Constructor for exception org.apache.activeio.xnet.ServiceException

Default constructor, which simply delegates exception handling up the inheritance chain to Exception.

ServiceException(String) - Constructor for exception org.apache.activeio.xnet.ServiceException

This constructor allows a message to be supplied indicating the source of the problem that occurred.

ServiceException(Throwable) - Constructor for exception org.apache.activeio.xnet.ServiceException

This constructor allows a "root cause" exception to be supplied, which may later be used by the wrapping application.

ServiceException(String, Throwable) - Constructor for exception org.apache.activeio.xnet.ServiceException
This constructor allows both a message identifying the problem that occurred as well as a "root cause" exception to be supplied, which may later be used by the wrapping application.
ServiceLogger - Class in org.apache.activeio.xnet
 
ServiceLogger(String, ServerService, String[], String[]) - Constructor for class org.apache.activeio.xnet.ServiceLogger
 
ServicePool - Class in org.apache.activeio.xnet
 
ServicePool(ServerService, String, int, long) - Constructor for class org.apache.activeio.xnet.ServicePool
 
ServicePool(ServerService, Executor) - Constructor for class org.apache.activeio.xnet.ServicePool
 
setAllowHosts(IPAddressPermission[]) - Method in class org.apache.activeio.xnet.hba.ServiceAccessController
 
setAllowHosts(IPAddressPermission[]) - Method in class org.apache.activeio.xnet.StandardServiceStack
 
setAsText(String) - Method in class org.apache.activeio.xnet.hba.IPAddressPermissionEditor
 
setJournalEventListener(JournalEventListener) - Method in class org.apache.activeio.journal.active.JournalImpl
 
setJournalEventListener(JournalEventListener) - Method in class org.apache.activeio.journal.howl.HowlJournal
 
setJournalEventListener(JournalEventListener) - Method in interface org.apache.activeio.journal.Journal
Registers a JournalEventListener that will receive notifications from the Journal.
setLocation(Location) - Method in class org.apache.activeio.journal.active.Record
 
setMark(RecordLocation, boolean) - Method in class org.apache.activeio.journal.active.JournalImpl
 
setMark(RecordLocation, boolean) - Method in class org.apache.activeio.journal.howl.HowlJournal
 
setMark(RecordLocation, boolean) - Method in interface org.apache.activeio.journal.Journal
Informs the journal that all the journal space up to the location is no longer needed and can be reclaimed for reuse.
setSoTimeout(int) - Method in class org.apache.activeio.xnet.ServiceDaemon
 
setSoTimeout(int) - Method in class org.apache.activeio.xnet.StandardServiceStack
 
skip(int) - Method in class org.apache.activeio.adapter.PacketByteArrayOutputStream
 
skipBytes(int) - Method in class org.apache.activeio.packet.PacketData
 
skipBytes(Packet, int) - Static method in class org.apache.activeio.packet.PacketData
 
slice() - Method in class org.apache.activeio.packet.AppendedPacket
 
slice() - Method in class org.apache.activeio.packet.ByteArrayPacket
 
slice() - Method in class org.apache.activeio.packet.ByteBufferPacket
 
slice() - Method in class org.apache.activeio.packet.BytePacket
 
slice() - Method in class org.apache.activeio.packet.EmptyPacket
 
slice() - Method in class org.apache.activeio.packet.EOSPacket
 
slice() - Method in class org.apache.activeio.packet.FilterPacket
 
slice() - Method in interface org.apache.activeio.packet.Packet
 
sliceAsBytes() - Method in class org.apache.activeio.packet.AppendedPacket
 
sliceAsBytes() - Method in class org.apache.activeio.packet.ByteArrayPacket
 
sliceAsBytes() - Method in class org.apache.activeio.packet.ByteBufferPacket
 
sliceAsBytes() - Method in class org.apache.activeio.packet.BytePacket
 
sliceAsBytes() - Method in class org.apache.activeio.packet.EmptyPacket
 
sliceAsBytes() - Method in class org.apache.activeio.packet.EOSPacket
 
sliceAsBytes() - Method in class org.apache.activeio.packet.FilterPacket
 
sliceAsBytes() - Method in interface org.apache.activeio.packet.Packet
 
SocketService - Interface in org.apache.activeio.xnet
 
StandardServiceStack - Class in org.apache.activeio.xnet
 
StandardServiceStack(String, int, String, IPAddressPermission[], String[], String[], Executor, ServerService) - Constructor for class org.apache.activeio.xnet.StandardServiceStack
 
start() - Method in class org.apache.activeio.xnet.hba.ServiceAccessController
 
start() - Method in interface org.apache.activeio.xnet.ServerService
 
start() - Method in class org.apache.activeio.xnet.ServiceDaemon
 
start() - Method in class org.apache.activeio.xnet.ServiceLogger
 
start() - Method in class org.apache.activeio.xnet.ServicePool
 
START_OF_RECORD - Static variable in class org.apache.activeio.journal.active.Record
 
StartWithIPAddressPermission - Class in org.apache.activeio.xnet.hba
 
StartWithIPAddressPermission(String) - Constructor for class org.apache.activeio.xnet.hba.StartWithIPAddressPermission
 
stop() - Method in class org.apache.activeio.xnet.hba.ServiceAccessController
 
stop() - Method in interface org.apache.activeio.xnet.ServerService
 
stop() - Method in class org.apache.activeio.xnet.ServiceDaemon
 
stop() - Method in class org.apache.activeio.xnet.ServiceLogger
 
stop() - Method in class org.apache.activeio.xnet.ServicePool
 
store() - Method in class org.apache.activeio.journal.active.ControlFile
 

T

toString() - Method in class org.apache.activeio.journal.active.JournalImpl
 
toString() - Method in class org.apache.activeio.journal.active.Location
 
toString() - Method in class org.apache.activeio.journal.howl.LongRecordLocation
 
toString() - Method in class org.apache.activeio.packet.AppendedPacket
 
toString() - Method in class org.apache.activeio.packet.ByteArrayPacket
 
toString() - Method in class org.apache.activeio.packet.ByteBufferPacket
 
toString() - Method in class org.apache.activeio.packet.BytePacket
 
toString() - Method in class org.apache.activeio.packet.EmptyPacket
 
toString() - Method in class org.apache.activeio.packet.EOSPacket
 

U

unlock() - Method in class org.apache.activeio.journal.active.ControlFile
Un locks the control file.

W

waitForForce() - Method in class org.apache.activeio.journal.active.BatchedWrite
 
waitForPacketsToReturn() - Method in class org.apache.activeio.packet.PacketPool
 
write(int) - Method in class org.apache.activeio.adapter.PacketByteArrayOutputStream
 
write(byte[], int, int) - Method in class org.apache.activeio.adapter.PacketByteArrayOutputStream
 
write(int) - Method in class org.apache.activeio.adapter.PacketOutputStream
 
write(byte[], int, int) - Method in class org.apache.activeio.adapter.PacketOutputStream
 
write(Packet, boolean) - Method in class org.apache.activeio.journal.active.JournalImpl
 
write(int, ByteBuffer) - Method in class org.apache.activeio.journal.active.LogFile
 
write(Packet, boolean) - Method in class org.apache.activeio.journal.howl.HowlJournal
 
write(Packet, boolean) - Method in interface org.apache.activeio.journal.Journal
Writes a Packet of data to the journal.
write(int) - Method in class org.apache.activeio.packet.AppendedPacket
 
write(byte[], int, int) - Method in class org.apache.activeio.packet.AppendedPacket
 
write(int) - Method in class org.apache.activeio.packet.ByteArrayPacket
 
write(byte[], int, int) - Method in class org.apache.activeio.packet.ByteArrayPacket
 
write(int) - Method in class org.apache.activeio.packet.ByteBufferPacket
 
write(byte[], int, int) - Method in class org.apache.activeio.packet.ByteBufferPacket
 
write(int) - Method in class org.apache.activeio.packet.BytePacket
 
write(byte[], int, int) - Method in class org.apache.activeio.packet.BytePacket
 
write(int) - Method in class org.apache.activeio.packet.EmptyPacket
 
write(byte[], int, int) - Method in class org.apache.activeio.packet.EmptyPacket
 
write(int) - Method in class org.apache.activeio.packet.EOSPacket
 
write(byte[], int, int) - Method in class org.apache.activeio.packet.EOSPacket
 
write(byte[], int, int) - Method in class org.apache.activeio.packet.FilterPacket
 
write(int) - Method in class org.apache.activeio.packet.FilterPacket
 
write(int) - Method in interface org.apache.activeio.packet.Packet
 
write(byte[], int, int) - Method in interface org.apache.activeio.packet.Packet
 
write(int) - Method in class org.apache.activeio.packet.PacketData
 
write(Packet, int) - Static method in class org.apache.activeio.packet.PacketData
 
write(byte[]) - Method in class org.apache.activeio.packet.PacketData
 
write(Packet, byte[]) - Static method in class org.apache.activeio.packet.PacketData
 
write(byte[], int, int) - Method in class org.apache.activeio.packet.PacketData
 
write(Packet, byte[], int, int) - Static method in class org.apache.activeio.packet.PacketData
 
writeBoolean(boolean) - Method in class org.apache.activeio.packet.PacketData
 
writeBoolean(Packet, boolean) - Static method in class org.apache.activeio.packet.PacketData
 
writeByte(int) - Method in class org.apache.activeio.packet.PacketData
 
writeByte(Packet, int) - Static method in class org.apache.activeio.packet.PacketData
 
writeChar(int) - Method in class org.apache.activeio.packet.PacketData
 
writeCharBig(Packet, int) - Static method in class org.apache.activeio.packet.PacketData
 
writeCharLittle(Packet, int) - Static method in class org.apache.activeio.packet.PacketData
 
writeDouble(double) - Method in class org.apache.activeio.packet.PacketData
 
writeDoubleBig(Packet, double) - Static method in class org.apache.activeio.packet.PacketData
 
writeDoubleLittle(Packet, double) - Static method in class org.apache.activeio.packet.PacketData
 
writeFailed(Throwable) - Method in class org.apache.activeio.journal.active.BatchedWrite
 
writeFloat(float) - Method in class org.apache.activeio.packet.PacketData
 
writeFloatBig(Packet, float) - Static method in class org.apache.activeio.packet.PacketData
 
writeFloatLittle(Packet, float) - Static method in class org.apache.activeio.packet.PacketData
 
writeInt(int) - Method in class org.apache.activeio.packet.PacketData
 
writeIntBig(Packet, int) - Static method in class org.apache.activeio.packet.PacketData
 
writeIntLittle(Packet, int) - Static method in class org.apache.activeio.packet.PacketData
 
writeLong(long) - Method in class org.apache.activeio.packet.PacketData
 
writeLongBig(Packet, long) - Static method in class org.apache.activeio.packet.PacketData
 
writeLongLittle(Packet, long) - Static method in class org.apache.activeio.packet.PacketData
 
writeRawDouble(double) - Method in class org.apache.activeio.packet.PacketData
 
writeRawDoubleBig(Packet, double) - Static method in class org.apache.activeio.packet.PacketData
 
writeRawDoubleLittle(Packet, double) - Static method in class org.apache.activeio.packet.PacketData
 
writeRawFloat(float) - Method in class org.apache.activeio.packet.PacketData
 
writeRawFloatBig(Packet, float) - Static method in class org.apache.activeio.packet.PacketData
 
writeRawFloatLittle(Packet, float) - Static method in class org.apache.activeio.packet.PacketData
 
writeShort(int) - Method in class org.apache.activeio.packet.PacketData
 
writeShortBig(Packet, int) - Static method in class org.apache.activeio.packet.PacketData
 
writeShortLittle(Packet, int) - Static method in class org.apache.activeio.packet.PacketData
 
writeTo(OutputStream) - Method in class org.apache.activeio.packet.AppendedPacket
 
writeTo(DataOutput) - Method in class org.apache.activeio.packet.AppendedPacket
 
writeTo(OutputStream) - Method in class org.apache.activeio.packet.ByteArrayPacket
 
writeTo(DataOutput) - Method in class org.apache.activeio.packet.ByteArrayPacket
 
writeTo(OutputStream) - Method in class org.apache.activeio.packet.ByteBufferPacket
 
writeTo(DataOutput) - Method in class org.apache.activeio.packet.ByteBufferPacket
 
writeTo(OutputStream) - Method in class org.apache.activeio.packet.BytePacket
 
writeTo(DataOutput) - Method in class org.apache.activeio.packet.BytePacket
 
writeTo(OutputStream) - Method in class org.apache.activeio.packet.EmptyPacket
 
writeTo(DataOutput) - Method in class org.apache.activeio.packet.EmptyPacket
 
writeTo(OutputStream) - Method in class org.apache.activeio.packet.EOSPacket
 
writeTo(DataOutput) - Method in class org.apache.activeio.packet.EOSPacket
 
writeTo(OutputStream) - Method in class org.apache.activeio.packet.FilterPacket
 
writeTo(DataOutput) - Method in class org.apache.activeio.packet.FilterPacket
 
writeTo(OutputStream) - Method in interface org.apache.activeio.packet.Packet
Writes the remaing bytes in the packet to the output stream.
writeTo(DataOutput) - Method in interface org.apache.activeio.packet.Packet
 
writeToDataOutput(DataOutput) - Method in class org.apache.activeio.journal.active.Location
 
writeToPacket(Packet) - Method in class org.apache.activeio.journal.active.Location
 
A B C D E F G H I J L M N O P R S T U W 
Skip navigation links

Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.