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

S

schedule(ExecutorService) - Method in class com.faunos.util.cc.CompoundScheduler
Schedules background tasks on the given service and returns the aggregate number of tasks scheduled.
schedule(ExecutorService) - Method in interface com.faunos.util.cc.Scheduler
Schedules work on the given ExecutorService.
Scheduler - Interface in com.faunos.util.cc
An interface for interacting with an ExecutorService.
schedulers - Variable in class com.faunos.util.cc.CompoundScheduler
The internal list of schedulers.
SchedulingService - Class in com.faunos.util.cc
An execution environment using the Scheduler idiom.
SchedulingService() - Constructor for class com.faunos.util.cc.SchedulingService
 
Segment - Class in com.faunos.skwish
The elementary storage class.
Segment() - Constructor for class com.faunos.skwish.Segment
 
SegmentException - Exception in com.faunos.skwish
An exception that is specific to a Segment.
SegmentException() - Constructor for exception com.faunos.skwish.SegmentException
 
SegmentException(String) - Constructor for exception com.faunos.skwish.SegmentException
 
SegmentException(Throwable) - Constructor for exception com.faunos.skwish.SegmentException
 
SegmentException(String, Throwable) - Constructor for exception com.faunos.skwish.SegmentException
 
segmentMerged() - Method in class com.faunos.skwish.sys.mgr.LiveSegMerge
 
segmentMerged() - Method in interface com.faunos.skwish.sys.mgr.SegMergeListener
 
SegmentStore - Class in com.faunos.skwish
A managed union of segments on the file system exposed as a logical whole.
SegmentStore() - Constructor for class com.faunos.skwish.SegmentStore
 
SegmentStoreException - Exception in com.faunos.skwish
Exception thrown by the SegmentStore class.
SegmentStoreException() - Constructor for exception com.faunos.skwish.SegmentStoreException
 
SegmentStoreException(String) - Constructor for exception com.faunos.skwish.SegmentStoreException
 
SegmentStoreException(Throwable) - Constructor for exception com.faunos.skwish.SegmentStoreException
 
SegmentStoreException(String, Throwable) - Constructor for exception com.faunos.skwish.SegmentStoreException
 
SegMergeListener - Interface in com.faunos.skwish.sys.mgr
 
SegUndertaker - Interface in com.faunos.skwish.sys.mgr
 
server - Variable in class com.faunos.util.net.http.CannedResponses
"Server: "
serverError - Variable in class com.faunos.util.net.http.CannedResponses
The 500 status line.
setAllowGetHead() - Method in class com.faunos.util.net.http.ResponseHeaderStage
Sets the "Allow" header to HEAD and GET (Allow: GET, HEAD).
setAutoCommit(boolean) - Method in class com.faunos.skwish.sys.BaseSegment
Sets the auto-commit property.
setAutoCommit(boolean) - Method in class com.faunos.skwish.sys.Index
Sets the auto-commit property.
setBaseId(long) - Method in class com.faunos.skwish.sys.mgr.MutableBaseIdIndex
Sets the base ID of the index by writing it to the backing file.
setBaseUri(String) - Method in class com.faunos.skwish.ext.http.MappedUriProvider
Sets the base URI for the mapping.
setCloseConnection() - Method in class com.faunos.util.net.http.RequestStage
 
setConnectionClose() - Method in class com.faunos.util.net.http.ResponseHeaderStage
Sets the Connection: close response header.
setContentBase(String) - Method in class com.faunos.util.net.http.ResponseHeaderStage
 
setContentLength(long) - Method in class com.faunos.util.net.http.ResponseHeaderStage
Set the content-length HTTP header.
setContentLocation(String) - Method in class com.faunos.util.net.http.ResponseHeaderStage
Sets the Content-Location header.
setContentType(String) - Method in class com.faunos.util.net.http.ResponseHeaderStage
Sets the Content-Type HTTP header.
setContentType(ByteBuffer) - Method in class com.faunos.util.net.http.ResponseHeaderStage
Expert.
setContentTypeAppOctet() - Method in class com.faunos.util.net.http.ResponseHeaderStage
 
setContentTypeHtml() - Method in class com.faunos.util.net.http.ResponseHeaderStage
Sets the content-type HTTP header to "text/html".
setContentTypePlainText() - Method in class com.faunos.util.net.http.ResponseHeaderStage
Sets the content-type HTTP header to "text/plain".
setDebugStream(PrintStream) - Method in class com.faunos.util.test.DebugInputChannel
Sets the debug PrintStream.
setDebugStream(PrintStream) - Method in class com.faunos.util.test.DebugOutputChannel
Sets the debug PrintStream.
setDirectroyFileDefaulter(DirectoryFileDefaulter) - Method in class com.faunos.util.net.http.file.FileResponseFactory
Sets the file defaulter, for directory response resolution.
setFilter(FileFilter) - Method in class com.faunos.util.io.file.FileSystemTraverser
Sets the filter used to determine whether files will be visited.
setGapValue(long, long) - Method in class com.faunos.skwish.sys.mgr.TxnGapTable
 
setListener(TraverseListener<T>) - Method in class com.faunos.util.tree.AbstractTraverser
Sets the listener for the traversal.
setLocation(String) - Method in class com.faunos.util.net.http.ResponseHeaderStage
 
setMap(Map<? extends K, ? extends V>) - Method in class com.faunos.util.AbstractCopyOnWriteMap
Atomically sets the contents of this map to be equal to the contents of the given map t.
setMappings(Map<String, ResponseFactory>) - Method in class com.faunos.util.net.http.Caroon
 
setMappings(Map<String, ResponseFactory>) - Method in interface com.faunos.util.net.http.ResponseFactoryConfig
Sets the URI path-to-factory mappings.
setMappings(Map<String, ResponseFactory>) - Method in class com.faunos.util.net.http.ResponseFactorySwitch
 
setMaxThreadPoolSize(int) - Method in class com.faunos.util.cc.SchedulingService
 
setMergeListener(SegMergeListener) - Method in class com.faunos.skwish.sys.mgr.LiveSegManager
 
setMinDepthFromRoot(int) - Static method in class com.faunos.util.io.file.DirectoryRemover
 
setProcessingHintThreshold(int) - Method in class com.faunos.util.net.HandletServer
Sets the threshold at which this container's HandletContext hints handlets that they should try processing non-network I/O based tasks asynchronously.
setProperty(String, String) - Method in class com.faunos.util.net.http.ResponseHeaderStage
 
setProvider(Provider) - Static method in class com.faunos.skwish.SegmentStore
Sets the service provider.
setPurgeListener(DeleteSetPurgeListener) - Method in class com.faunos.skwish.sys.mgr.DeleteSetManager
 
setRelativeUriToSkwishMappings(Map<String, String>) - Method in class com.faunos.skwish.ext.http.SkwishHttpMountPoint
Sets the relative HTTP URI to skwish URI mappings.
setSegment(Segment) - Method in class com.faunos.skwish.sys.filters.SettableSegment
Sets the underlying segment.
setServer(String) - Method in class com.faunos.util.net.http.ResponseHeaderStage
Sets the server name.
setServer(ByteBuffer) - Method in class com.faunos.util.net.http.ResponseHeaderStage
Expert.
setSiblingOrder(Comparator<T>) - Method in class com.faunos.util.tree.AbstractTraverser
Sets the comparator used to determine the order in which sibling nodes are visited.
setSize(FileChannel, long) - Method in class com.faunos.util.io.ChannelUtil
Sets the file size.
setSizeListener(DeleteSetSizeListener) - Method in class com.faunos.skwish.sys.mgr.DeleteSetManager
 
setStatusBadRequest400() - Method in class com.faunos.util.net.http.ResponseHeaderStage
Sets the status line to 400 (Bad Request).
setStatusMethodNotAllowed405() - Method in class com.faunos.util.net.http.ResponseHeaderStage
Sets the status line to 405 (Method Not Allowed).
setStatusNotFound404() - Method in class com.faunos.util.net.http.ResponseHeaderStage
Sets the status line to 404 (Not Found).
setStatusNotImplemented501() - Method in class com.faunos.util.net.http.ResponseHeaderStage
Sets the status line to 501 (Not Implemented).
setStatusOkay200() - Method in class com.faunos.util.net.http.ResponseHeaderStage
Sets the status line to 200 (OK).
setStatusRequestTooLong414() - Method in class com.faunos.util.net.http.ResponseHeaderStage
Sets the status line to 414 (Request URI Too Long).
setStatusServerError500() - Method in class com.faunos.util.net.http.ResponseHeaderStage
Sets the status line to 500 (Internal Server Error).
SettableSegment - Class in com.faunos.skwish.sys.filters
Provides a way to slip a new Segment under an existing view.
SettableSegment() - Constructor for class com.faunos.skwish.sys.filters.SettableSegment
Creates a new empty instance.
SettableSegment(Segment) - Constructor for class com.faunos.skwish.sys.filters.SettableSegment
Creates a new instance with the given initial inner instance.
setUndertaker(SegUndertaker) - Method in class com.faunos.skwish.sys.mgr.LiveSegManager
 
setUriMappings(Map<String, String>) - Method in class com.faunos.skwish.ext.http.MappedUriProvider
Sets the URI mappings.
shutdown() - Method in class com.faunos.skwish.sys.mgr.Environment
 
shutdown() - Method in class com.faunos.util.cc.SchedulingService
 
signalWorkAvailable(Scheduler) - Method in class com.faunos.util.cc.SchedulingService
 
SimpleFileDefaulter - Class in com.faunos.util.net.http.file
A simple, stateless, filename-based DirectoryFileDefaulter implementation.
SimpleFileDefaulter(String) - Constructor for class com.faunos.util.net.http.file.SimpleFileDefaulter
Creates a new instance with the specified simple filename.
size() - Method in class com.faunos.util.AbstractCopyOnWriteMap
 
size() - Method in class com.faunos.util.cc.CompoundScheduler
Returns the number of internal schedulers that remain in this compound instance.
size() - Method in class com.faunos.util.cc.LockStack
Returns the number of locks held in this stack.
size() - Method in class com.faunos.util.io.FilterFileChannel
 
size() - Method in class com.faunos.util.io.ImmutableBuffer
Returns the byte size of the buffer.
size() - Method in class com.faunos.util.io.MemoryFileChannel
 
size() - Method in class com.faunos.util.io.SubFileChannel
 
size() - Method in class com.faunos.util.ReadOnlyArrayList
 
sizeOf(long) - Static method in class com.faunos.util.io.VInt
 
SkwishException - Exception in com.faunos.skwish
The root of the library's exception hierarchy.
SkwishException() - Constructor for exception com.faunos.skwish.SkwishException
 
SkwishException(String) - Constructor for exception com.faunos.skwish.SkwishException
 
SkwishException(Throwable) - Constructor for exception com.faunos.skwish.SkwishException
 
SkwishException(String, Throwable) - Constructor for exception com.faunos.skwish.SkwishException
 
SkwishHttpMountPoint - Class in com.faunos.skwish.ext.http
Represents a skwish "mount" point on the HTTP server.
SkwishHttpServer - Class in com.faunos.skwish.ext.http
An HTTP server with convenience methods for setting up skwish stores and serving entries from them.
SkwishHttpServer(InetAddress, int, ExecutorService, Logger) - Constructor for class com.faunos.skwish.ext.http.SkwishHttpServer
 
SkwishHttpServer(InetAddress, int, ExecutorService) - Constructor for class com.faunos.skwish.ext.http.SkwishHttpServer
 
SkwishHttpServer(int) - Constructor for class com.faunos.skwish.ext.http.SkwishHttpServer
 
SkwishResponseFactory - Class in com.faunos.skwish.ext.http
The skwish HTTP application.
SkwishResponseFactory(Provider) - Constructor for class com.faunos.skwish.ext.http.SkwishResponseFactory
Creates a new instance with the given skwish provider.
sort(List<? extends Range>) - Static method in class com.faunos.util.dim.line.Ranges
Sorts the given ranges in ascending order of their lo property.
sort(Range[]) - Static method in class com.faunos.util.dim.line.Ranges
Sorts the given ranges in ascending order of their lo property.
SourceChannelStack - Class in com.faunos.util.io
 
SourceChannelStack(List<? extends ReadableByteChannel>) - Constructor for class com.faunos.util.io.SourceChannelStack
 
stack - Variable in class com.faunos.util.net.AsynchStagelet
 
Stagelet - Interface in com.faunos.util.net
An extension to Handlet in order to encapsulate a "stack frame".
StageletStack - Class in com.faunos.util.net
A Handlet filter that implements something like a call stack.
StageletStack() - Constructor for class com.faunos.util.net.StageletStack
To be overridden by subclasses.
StageletStack(Stagelet) - Constructor for class com.faunos.util.net.StageletStack
Creates a new instance with the given root stage.
start() - Method in class com.faunos.util.net.HandletServer
Starts the server.
startElement(String, String, String, Attributes) - Method in class com.faunos.util.xml.LinkContentHandler
 
startsWith(CharSequence, CharSequence) - Static method in class com.faunos.util.Measure
Determines whether the given string starts with the given start sequence.
state() - Method in class com.faunos.util.net.AsynchStagelet
Returns DONE, if unwound; PROCESSING, otherwise.
state() - Method in interface com.faunos.util.net.Handlet
Returns the state of the handlet.
state() - Method in class com.faunos.util.net.http.FileChannelStagelet
 
state() - Method in class com.faunos.util.net.http.RequestStage
 
state() - Method in class com.faunos.util.net.http.ResponseHeaderStage
 
state() - Method in class com.faunos.util.net.StageletStack
 
STATE - Static variable in class com.faunos.util.net.Validators
 
STATE - Static variable in class com.faunos.util.Validator
 
stdIdemFilter(ResponseFactory) - Static method in class com.faunos.util.net.http.ResponseFactoryFilters
Returns a facade to the given factory that handles exceptions thrown by the factory, does not allow the HTTP verbs POST, PUT, DELETE, and handles currently unimplemented verbs.
stop() - Method in class com.faunos.util.net.HandletServer
Stops the server.
Store - Class in com.faunos.skwish.sys.mgr
The SegmentStore implementation.
Store(File) - Constructor for class com.faunos.skwish.sys.mgr.Store
Reads the given root directory and creates a new instance.
Store(File, boolean) - Constructor for class com.faunos.skwish.sys.mgr.Store
 
SubFileChannel - Class in com.faunos.util.io
A view of a region of an underlying FileChannel.
SubFileChannel(FileChannel, SubFileChannel.AccessMode, long, long) - Constructor for class com.faunos.util.io.SubFileChannel
Creates a new instance with the specified underlying file channel, access mode, and view boundaries.
SubFileChannel.AccessMode - Enum in com.faunos.util.io
Defines the access modes supported by SubFileChannel.
subMap(K, K) - Method in class com.faunos.util.CopyOnWriteSortedMap
 
SubSegment - Class in com.faunos.skwish.sys.filters
A fixed-count view of an underlying segment.
SubSegment(Segment) - Constructor for class com.faunos.skwish.sys.filters.SubSegment
Creates an instance whose entry count is frozen at the current value of the underlying instance.
SubSegment(Segment, long) - Constructor for class com.faunos.skwish.sys.filters.SubSegment
 

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