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

D

DaemonThreadFactory - Class in com.faunos.util.cc
 
DaemonThreadFactory(ThreadFactory) - Constructor for class com.faunos.util.cc.DaemonThreadFactory
 
DeadSegManager - Class in com.faunos.skwish.sys.mgr
 
DeadSegManager() - Constructor for class com.faunos.skwish.sys.mgr.DeadSegManager
 
DebugHttpServer - Class in com.faunos.util.net.http
A version of HttpServer used for debugging.
DebugHttpServer(ResponseFactory, InetAddress, int, ExecutorService) - Constructor for class com.faunos.util.net.http.DebugHttpServer
Invokes the super class's constructor.
DebugHttpServer(ResponseFactory, InetAddress, int, ExecutorService, Logger) - Constructor for class com.faunos.util.net.http.DebugHttpServer
Invokes the super class's constructor.
DebugInputChannel - Class in com.faunos.util.test
A filter on a ScatteringByteChannel that echoes whatever is read to a PrintStream.
DebugInputChannel() - Constructor for class com.faunos.util.test.DebugInputChannel
 
DebugInputChannel(ScatteringByteChannel) - Constructor for class com.faunos.util.test.DebugInputChannel
Creates a new instance.
debugOut - Variable in class com.faunos.util.test.DebugInputChannel
What was just read is echoed to this stream.
debugOut - Variable in class com.faunos.util.test.DebugOutputChannel
What was just written is echoed to this stream.
DebugOutputChannel - Class in com.faunos.util.test
A filter on a GatheringByteChannel that echoes whatever is written to a PrintStream.
DebugOutputChannel() - Constructor for class com.faunos.util.test.DebugOutputChannel
 
DebugOutputChannel(GatheringByteChannel) - Constructor for class com.faunos.util.test.DebugOutputChannel
Creates a new instance.
decode(ByteBuffer, CharBuffer) - Method in class com.faunos.util.io.Utf8Codec
 
DEFAULT - Static variable in class com.faunos.skwish.sys.filters.EmptySegment
The default empty segment with baseId set to zero.
DEFAULT_MIME_MAP - Static variable in class com.faunos.util.net.http.file.FileResponseFactory
Default mime map used to set Content-Type HTTP header.
DEFAULT_PROP_FILENAME - Static variable in class com.faunos.util.io.file.ExtensionMimeMap
 
DEFAULT_SEPARATOR - Static variable in class com.faunos.util.Version
The default separator ('.').
DEFAULT_SERVER_NAME - Static variable in class com.faunos.util.net.http.ResponseHeaderStage
 
defaultInstance() - Static method in class com.faunos.util.io.ChannelUtil
 
defaultInstance() - Static method in class com.faunos.util.Validator
 
delete(long) - Method in class com.faunos.skwish.Segment
Deletes the entry with the specified id.
delete(long, int) - Method in class com.faunos.skwish.Segment
Deletes count entries starting at the entry with the specified id.
delete(long, int, boolean) - Method in class com.faunos.skwish.Segment
Deletes count entries starting at the entry with the specified id.
delete(long, int, boolean) - Method in class com.faunos.skwish.sys.BaseSegment
 
delete(long) - Method in class com.faunos.skwish.sys.filters.DeleteSet
Adds the given id to the delete-set.
delete(long, int, boolean) - Method in class com.faunos.skwish.sys.filters.DeleteSetFilterSegment
 
delete(long, int, boolean) - Method in class com.faunos.skwish.sys.filters.EmptySegment
 
delete(long, int, boolean) - Method in class com.faunos.skwish.sys.filters.FilterSegment
 
delete(long) - Method in class com.faunos.skwish.sys.filters.ReadOnlyFilterSegment
 
delete(long, int) - Method in class com.faunos.skwish.sys.filters.ReadOnlyFilterSegment
 
delete(long, int, boolean) - Method in class com.faunos.skwish.sys.filters.ReadOnlyFilterSegment
 
delete(long, int, boolean) - Method in class com.faunos.skwish.sys.filters.SettableSegment
 
delete(long, int, boolean) - Method in class com.faunos.skwish.sys.filters.UnionSegment
 
delete(long) - Method in class com.faunos.skwish.sys.Index
Deletes the entry with the given ID.
delete(long, int) - Method in class com.faunos.skwish.sys.Index
Deletes count entries starting with the given startId.
delete(long) - Method in class com.faunos.skwish.sys.mgr.FileBackedDeleteSet
 
delete(long, int, boolean) - Method in class com.faunos.skwish.sys.mgr.UnitDir.Seg
Checks that appendSourceLock, is not owned by another thread, and also that the instance is not purgeable, and then proceeds with the base delete implementation.
DELETE_SET_FILE - Static variable in class com.faunos.skwish.sys.mgr.FileConventions
 
deletedIds - Variable in class com.faunos.skwish.sys.filters.DeleteSet
 
DeleteSet - Class in com.faunos.skwish.sys.filters
A set of deleted IDs that are used to mask entries in external segments as deleted.
DeleteSet(long, long) - Constructor for class com.faunos.skwish.sys.filters.DeleteSet
Creates an instance with the specified ID range.
DeleteSet(DeleteSet) - Constructor for class com.faunos.skwish.sys.filters.DeleteSet
Copy constructor.
DeleteSetException - Exception in com.faunos.skwish.sys.filters
Exception thrown by the DeleteSet class.
DeleteSetException() - Constructor for exception com.faunos.skwish.sys.filters.DeleteSetException
 
DeleteSetException(String) - Constructor for exception com.faunos.skwish.sys.filters.DeleteSetException
 
DeleteSetException(Throwable) - Constructor for exception com.faunos.skwish.sys.filters.DeleteSetException
 
DeleteSetException(String, Throwable) - Constructor for exception com.faunos.skwish.sys.filters.DeleteSetException
 
DeleteSetFilterSegment - Class in com.faunos.skwish.sys.filters
A FilerSegment employing a DeleteSet.
DeleteSetFilterSegment(Segment, DeleteSet) - Constructor for class com.faunos.skwish.sys.filters.DeleteSetFilterSegment
Creates a new instance using the given inner instance, and deletedIds.
DeleteSetManager - Class in com.faunos.skwish.sys.mgr
 
DeleteSetManager(LiveSegManager) - Constructor for class com.faunos.skwish.sys.mgr.DeleteSetManager
 
DeleteSetPurgeListener - Interface in com.faunos.skwish.sys.mgr
 
DeleteSetSizeListener - Interface in com.faunos.skwish.sys.mgr
 
deliver(UnitDir.Seg) - Method in class com.faunos.skwish.sys.mgr.DeadSegManager
 
deliver(UnitDir.Seg) - Method in interface com.faunos.skwish.sys.mgr.SegUndertaker
 
deteteSetPurged(UnitDir) - Method in class com.faunos.skwish.sys.mgr.DeadSegManager
 
deteteSetPurged(UnitDir) - Method in interface com.faunos.skwish.sys.mgr.DeleteSetPurgeListener
 
DIR_FIRST - Static variable in class com.faunos.util.io.file.DirectoryOrdering
Directory precedence.
Directory - Interface in com.faunos.util.boot
Represents a way to get at a directory, for example an application's configuration directory.
directory - Variable in class com.faunos.util.boot.DirectoryBasedFileResolver
 
DirectoryBasedFileResolver - Class in com.faunos.util.boot
 
DirectoryBasedFileResolver(Directory) - Constructor for class com.faunos.util.boot.DirectoryBasedFileResolver
 
DirectoryFileDefaulter - Interface in com.faunos.util.net.http.file
A rule for determining which file in the directory to serve when an HTTP request URI resolves to a directory.
DirectoryOrdering - Class in com.faunos.util.io.file
Represent 2 types of file orderings by differentiating ordinary files from directories.
DirectoryOrdering(DirectoryOrdering.Precedence) - Constructor for class com.faunos.util.io.file.DirectoryOrdering
 
DirectoryOrdering.Precedence - Enum in com.faunos.util.io.file
Represents the ordering: directories first, or files first.
DirectoryRemover - Class in com.faunos.util.io.file
Recursively removes the contents of a directory tree.
DirectoryRemover() - Constructor for class com.faunos.util.io.file.DirectoryRemover
 
DirectoryRemover.Deleter - Class in com.faunos.util.io.file
 
DirectoryRemover.Deleter() - Constructor for class com.faunos.util.io.file.DirectoryRemover.Deleter
 
discard() - Method in class com.faunos.skwish.TxnSegment
Discards this transaction.
discard() - Method in class com.faunos.util.net.AsynchStagelet
Does nothing.
discard() - Method in interface com.faunos.util.net.Handlet
Discards the instance.
discard() - Method in class com.faunos.util.net.http.FileChannelStagelet
Closes the content stream
discard() - Method in class com.faunos.util.net.http.RequestStage
 
discard() - Method in class com.faunos.util.net.http.ResponseHeaderStage
 
discard() - Method in class com.faunos.util.net.StageletStack
 
doneProcessing() - Method in interface com.faunos.util.net.HandletContext
Callback method invoked by a Handlet when it has finished an asynchronous task and is now ready to do I/O.

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