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

I

ID - Static variable in class com.faunos.skwish.ext.http.QueryStringConsts
The name used to denote a entry ID within a skwish store.
IdemResponseFactory - Class in com.faunos.util.net.http
A pre-processing ResponseFactory filter that does not allow HTTP POST, PUT, or DELETE verbs and issues a standard 405 (Method Not Allowed) response.
IdemResponseFactory(ResponseFactory) - Constructor for class com.faunos.util.net.http.IdemResponseFactory
 
idemVerbFilter(ResponseFactory) - Static method in class com.faunos.util.net.http.ResponseFactoryFilters
 
imageGif - Variable in class com.faunos.util.net.http.CannedResponses
image/gif + CRLF
imageIco - Variable in class com.faunos.util.net.http.CannedResponses
image/x-icon + CRLF
imageJpeg - Variable in class com.faunos.util.net.http.CannedResponses
image/jpeg + CRLF
imagePng - Variable in class com.faunos.util.net.http.CannedResponses
image/png + CRLF
ImmutableBuffer - Class in com.faunos.util.io
A ByteBuffer holder that exposes an immutable view of it.
ImmutableBuffer(ByteBuffer) - Constructor for class com.faunos.util.io.ImmutableBuffer
Creates a new instance based on the remaining bytes in the given buffer.
ImmutableBuffer(ByteBuffer, boolean) - Constructor for class com.faunos.util.io.ImmutableBuffer
Creates a new instance based on the remaining bytes in the given buffer.
impl - Variable in class com.faunos.util.AbstractCopyOnWriteMap
The internal implementation.
implCloseChannel() - Method in class com.faunos.util.io.CloseProtectedFileChannel
Does nothing.
implCloseChannel() - Method in class com.faunos.util.io.FilterFileChannel
Invokes the close() method on the underlying channel.
implCloseChannel() - Method in class com.faunos.util.io.MemoryFileChannel
 
implCreateFileLock(FileLock) - Method in class com.faunos.util.io.FilterFileChannel
Returns the implementation-specific FileLock.
implCreateFileLock(FileLock) - Method in class com.faunos.util.io.SubFileChannel
Creates and returns a position-shifted FileLock.
include(DeleteSet) - Method in class com.faunos.skwish.sys.filters.DeleteSet
Adds the set of deleted IDs of the other instance to this instance's set.
include(DeleteSet) - Method in class com.faunos.skwish.sys.mgr.FileBackedDeleteSet
Operation not supported.
index - Variable in class com.faunos.skwish.sys.BaseSegment
 
Index - Class in com.faunos.skwish.sys
An index of offsets backed by a file.
Index(FileChannel) - Constructor for class com.faunos.skwish.sys.Index
Reads an index from the specified I/O channel.
Index(FileChannel, boolean) - Constructor for class com.faunos.skwish.sys.Index
Reads an index from the specified I/O channel.
Index(FileChannel, Word, long, long) - Constructor for class com.faunos.skwish.sys.Index
Writes a new index to the specified file.
INDEX_DOT_HTML - Static variable in class com.faunos.util.net.http.file.SimpleFileDefaulter
An instance that returns an "index.html" file.
INDEX_FILE - Static variable in class com.faunos.skwish.sys.mgr.FileConventions
 
IndexException - Exception in com.faunos.skwish.sys
Exception thrown by the Index class.
IndexException() - Constructor for exception com.faunos.skwish.sys.IndexException
 
IndexException(String) - Constructor for exception com.faunos.skwish.sys.IndexException
 
IndexException(Throwable) - Constructor for exception com.faunos.skwish.sys.IndexException
 
IndexException(String, Throwable) - Constructor for exception com.faunos.skwish.sys.IndexException
 
indexFile - Variable in class com.faunos.skwish.sys.Index
The underlying persistent representation of the index.
IndexMetrics - Class in com.faunos.skwish.sys
Encapsulates the immutable properties of an index and its data model.
IndexMetrics(Word) - Constructor for class com.faunos.skwish.sys.IndexMetrics
Creates a new instance with default base offset, zero position and base ID of zero.
IndexMetrics(Word, long) - Constructor for class com.faunos.skwish.sys.IndexMetrics
Creates a new instance with default zero position and base ID of zero.
IndexMetrics(long, Word, long, long) - Constructor for class com.faunos.skwish.sys.IndexMetrics
Creates a new instance.
IndexMetricsException - Exception in com.faunos.skwish.sys
Exception thrown by the IndexMetrics class.
IndexMetricsException() - Constructor for exception com.faunos.skwish.sys.IndexMetricsException
 
IndexMetricsException(String) - Constructor for exception com.faunos.skwish.sys.IndexMetricsException
 
IndexMetricsException(Throwable) - Constructor for exception com.faunos.skwish.sys.IndexMetricsException
 
IndexMetricsException(String, Throwable) - Constructor for exception com.faunos.skwish.sys.IndexMetricsException
 
indexOf(CharSequence, char) - Static method in class com.faunos.util.Measure
Returns the index of the first occurrence of c in string, if found; returns -1, otherwise.
indexOf(CharSequence, char, int) - Static method in class com.faunos.util.Measure
Returns the index of the first occurrence of c in string that is ≥ fromIndex, if found; returns -1, otherwise.
indexOf(CharSequence, CharSequence) - Static method in class com.faunos.util.Measure
Returns the index of the first occurrence of the specified pattern in the given string, if found; returns -1, otherwise.
indexOf(CharSequence, CharSequence, int) - Static method in class com.faunos.util.Measure
Returns the index of the first occurrence of the specified pattern in the given string that is ≥ to fromIndex, if found; returns -1, otherwise.
indexOfHasRemaining(Buffer[], int) - Method in class com.faunos.util.io.BufferUtil
 
indexOfHasRemaining(Buffer[]) - Method in class com.faunos.util.io.BufferUtil
 
indexOfNonspace(CharSequence, int) - Static method in class com.faunos.util.Measure
Returns the index of the first non-space character in the given string, starting from fromIndex, if found; returns -1, otherwise.
indexOfSpace(CharSequence, int) - Static method in class com.faunos.util.Measure
Returns the index of the first space character in the given string, starting from fromIndex, if found; returns -1, otherwise.
init(HandletContext) - Method in class com.faunos.util.net.AsynchStagelet
Asynchronously invokes the AsynchStagelet.nextStage() method, pushes the returned stagelet onto the stack, initializes it, and notifies the container that it is done processing.
init(HandletContext) - Method in interface com.faunos.util.net.Handlet
Initializes the handlet.
init(HandletContext) - Method in class com.faunos.util.net.http.FileChannelStagelet
 
init(HandletContext) - Method in class com.faunos.util.net.http.RequestStage
 
init(HandletContext) - Method in class com.faunos.util.net.http.ResponseHeaderStage
Commits the changes.
init(HandletContext) - Method in class com.faunos.util.net.StageletStack
 
initInstance(File) - Static method in class com.faunos.skwish.sys.mgr.UnitDir
Creates an initial empty segment in the given "committed" directory.
initSet(Set<Long>) - Method in class com.faunos.skwish.sys.filters.DeleteSet
 
inner - Variable in class com.faunos.skwish.sys.filters.FilterSegment
The inner segment to which member function calls are delegated.
inner - Variable in class com.faunos.util.io.FilterFileChannel
The underlying file channel.
inner - Variable in class com.faunos.util.io.FilterInputChannel
The instance delegated to.
inner - Variable in class com.faunos.util.io.FilterOutputChannel
The instance delegated to.
innerLock - Variable in class com.faunos.util.io.FilterFileChannel.FilterFileLock
 
inProgressCount() - Method in class com.faunos.util.cc.CompoundScheduler
Returns the aggregate number of tasks in progress as computed in the last invocation of the schedule() method.
inProgressCount() - Method in interface com.faunos.util.cc.Scheduler
Returns the number of tasks scheduled by this instance that have yet to complete.
inputChannel(SocketChannel) - Method in class com.faunos.util.net.HandletServer
Returns a ScatteringByteChannel facade for the given socket.
inputChannel(SocketChannel) - Method in class com.faunos.util.net.http.DebugHttpServer
Wraps and returns the given socket with a DebugInputChannel.
inRange(long) - Method in class com.faunos.skwish.sys.filters.DeleteSet
Determines whether the specified id is within the range of this instance.
inRange(long) - Method in enum com.faunos.util.io.Word
Determines whether the given value can be represented using an integral value of this word width.
inRange(long, long, long, String) - Method in class com.faunos.util.Validator
 
inRange(long, long, long) - Method in class com.faunos.util.Validator
 
insertEntry(ByteBuffer) - Method in class com.faunos.skwish.Segment
Inserts the given entry and returns the entry's ID.
insertEntry(ReadableByteChannel) - Method in class com.faunos.skwish.Segment
Inserts the entry represented by the given channel.
insertEntry(ByteBuffer) - Method in class com.faunos.skwish.sys.BaseSegment
 
insertEntry(ReadableByteChannel) - Method in class com.faunos.skwish.sys.BaseSegment
 
insertEntry(ByteBuffer) - Method in class com.faunos.skwish.sys.filters.AppendProtectedFilterSegment
Unsupported operation.
insertEntry(ReadableByteChannel) - Method in class com.faunos.skwish.sys.filters.AppendProtectedFilterSegment
Unsupported operation.
insertEntry(ByteBuffer) - Method in class com.faunos.skwish.sys.filters.EmptySegment
 
insertEntry(ReadableByteChannel) - Method in class com.faunos.skwish.sys.filters.EmptySegment
 
insertEntry(ByteBuffer) - Method in class com.faunos.skwish.sys.filters.FilterSegment
 
insertEntry(ReadableByteChannel) - Method in class com.faunos.skwish.sys.filters.FilterSegment
 
insertEntry(ByteBuffer) - Method in class com.faunos.skwish.sys.filters.ReadOnlyFilterSegment
 
insertEntry(ReadableByteChannel) - Method in class com.faunos.skwish.sys.filters.ReadOnlyFilterSegment
 
insertEntry(ByteBuffer) - Method in class com.faunos.skwish.sys.filters.SettableSegment
 
insertEntry(ReadableByteChannel) - Method in class com.faunos.skwish.sys.filters.SettableSegment
 
insertEntry(ByteBuffer) - Method in class com.faunos.skwish.sys.filters.UnionSegment
 
insertEntry(ReadableByteChannel) - Method in class com.faunos.skwish.sys.filters.UnionSegment
 
inside() - Method in enum com.faunos.util.dim.line.OutCode
 
INSTANCE - Static variable in class com.faunos.skwish.sys.mgr.PrecedenceComparator
 
INSTANCE - Static variable in class com.faunos.util.dim.line.RangeComparator
Ready-made instance.
INSTANCE - Static variable in class com.faunos.util.io.BufferUtil
 
INSTANCE - Static variable in class com.faunos.util.io.IntegerFilename
The default instance.
INSTANCE - Static variable in class com.faunos.util.net.http.NotFoundResponseFactory
Since the base class is stateless, a global instance is provided.
IntegerFilename - Class in com.faunos.util.io
Utility for creating integer-based filenames that are lexically pleasing to the eye.
IntegerFilename() - Constructor for class com.faunos.util.io.IntegerFilename
For subclasses only.
interestOp() - Method in enum com.faunos.util.net.IoState
Returns the SelectionKey interest-op associated with this I/O state.
IoState - Enum in com.faunos.util.net
The various I/O states of a Handlet.
isAlive() - Method in class com.faunos.skwish.sys.BaseSegment
Determines whether the instance is still alive.
isAlive() - Method in class com.faunos.skwish.TxnSegment
Determines whether the instance is alive.
isAlive() - Method in class com.faunos.util.net.HandletServer
Determines whether the server is still running.
isAutoCommit() - Method in class com.faunos.skwish.sys.BaseSegment
Determines whether the instance is in auto-commit mode.
isAutoCommit() - Method in class com.faunos.skwish.sys.Index
Determines whether this instance is in auto-commit mode.
isCommitted() - Method in class com.faunos.skwish.TxnSegment
Determines whether the instance is committed.
isDeleted(long) - Method in class com.faunos.skwish.Segment
Determines whether the entry with the specified id is deleted.
isDeleted(long, ByteBuffer) - Method in class com.faunos.skwish.Segment
Determines whether the entry with the specified id is deleted.
isDeleted(long) - Method in class com.faunos.skwish.sys.filters.DeleteSet
Determines whether the given id is in this delete-set.
isDeleted(long) - Static method in class com.faunos.skwish.sys.IndexMetrics
Determines whether the given offset represents a deleted offset.
isDigit(char) - Static method in class com.faunos.util.Measure
 
isDirectory() - Method in enum com.faunos.util.boot.FileResolver.Constraints
 
isDiscarded() - Method in class com.faunos.skwish.TxnSegment
Determines whether the instance is discarded.
isDone() - Method in enum com.faunos.util.net.IoState
Tests whether this is the DONE state.
isEmpty() - Method in class com.faunos.util.AbstractCopyOnWriteMap
 
isEmpty(Object[]) - Static method in class com.faunos.util.Measure
Determines whether the given array is empty.
isEmpty(CharSequence) - Static method in class com.faunos.util.Measure
Determines whether the given string is empty.
isEmpty(Collection<?>) - Static method in class com.faunos.util.Measure
Determines whether the given collection is empty.
isFilepath(CharSequence) - Static method in class com.faunos.util.Measure
 
isFilepath(CharSequence, char) - Static method in class com.faunos.util.Measure
 
isIncludeSupported() - Method in class com.faunos.skwish.sys.filters.DeleteSet
Determines whether the instance supports the include method.
isIncludeSupported() - Method in class com.faunos.skwish.sys.mgr.FileBackedDeleteSet
 
isLowerCaseAscii(char) - Static method in class com.faunos.util.Measure
 
isOpen() - Method in class com.faunos.skwish.sys.mgr.Store
 
isOpen() - Method in class com.faunos.util.io.FilterInputChannel
 
isOpen() - Method in class com.faunos.util.io.FilterOutputChannel
 
isOpen() - Method in class com.faunos.util.io.SourceChannelStack
 
isPersistentConnection() - Method in interface com.faunos.util.net.http.RequestHeader
Determines whether this will be a persistent connection.
isPersistentConnection() - Method in class com.faunos.util.net.http.RequestStage
 
isProcessing() - Method in enum com.faunos.util.net.IoState
Tests whether this is the PROCESSING state.
isPurgeable() - Method in class com.faunos.skwish.sys.mgr.LiveSegManager.FixedSegment
 
isPurgeable() - Method in class com.faunos.skwish.sys.mgr.UnitDir
Determines whether this unit is purgeable.
isPurgeable() - Method in class com.faunos.skwish.sys.mgr.UnitDir.Seg
Determines whether this instance is purgeable.
isPurged() - Method in class com.faunos.skwish.sys.mgr.UnitDir
Determines whether this unit has been purged.
isReading() - Method in enum com.faunos.util.net.IoState
Tests whether this is the READING state.
isReadOnly() - Method in class com.faunos.skwish.Segment
Determines whether this instance is read-only (unmodifiable).
isReadOnly() - Method in class com.faunos.skwish.sys.BaseSegment
 
isReadOnly() - Method in class com.faunos.skwish.sys.filters.DeleteSetFilterSegment
 
isReadOnly() - Method in class com.faunos.skwish.sys.filters.EmptySegment
Returns true.
isReadOnly() - Method in class com.faunos.skwish.sys.filters.FilterSegment
 
isReadOnly() - Method in class com.faunos.skwish.sys.filters.ReadOnlyFilterSegment
 
isReadOnly() - Method in class com.faunos.skwish.sys.filters.SettableSegment
 
isReadOnly() - Method in class com.faunos.skwish.sys.filters.UnionSegment
 
isSegmentPurged() - Method in class com.faunos.skwish.sys.mgr.UnitDir
Determines whether the segment files have been purged (deleted).
isSegmentSet() - Method in class com.faunos.skwish.sys.filters.SettableSegment
Determines whether the segment has been set.
isSubpathChar(char) - Static method in class com.faunos.util.Measure
 
isSubpathOf(CharSequence, CharSequence) - Static method in class com.faunos.util.Measure
Determines whether the given subpath is in fact a subpath of the specified parent path.
isSubpathOf(CharSequence, CharSequence, char) - Static method in class com.faunos.util.Measure
Determines whether the given subpath is in fact a subpath of the specified parent path.
isTrue(boolean) - Method in class com.faunos.util.Validator
 
isTrue(boolean, String) - Method in class com.faunos.util.Validator
 
isUpperCaseAscii(char) - Static method in class com.faunos.util.Measure
 
isValid() - Method in class com.faunos.util.io.FilterFileChannel.FilterFileLock
Delegates to the underlying lock.
isWriting() - Method in enum com.faunos.util.net.IoState
Tests whether this is the WRITING state.

A B C D E F G H I J K L M N O P Q R S T U V W X
SourceForge.net Logo