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

W

waitPeriodMillis(int, int) - Method in class com.faunos.util.cc.SchedulingService
Returns the period the scheduling thread waits before attempting to schedule more work.
Word - Enum in com.faunos.util.io
An enumeration of the data widths.
WorkAroundFileChannel - Class in com.faunos.util.io
It's come to this… standardizing on a workaround interface for coping with outstanding bugs surrounding FileChannel implementations.
WorkAroundFileChannel(FileChannel) - Constructor for class com.faunos.util.io.WorkAroundFileChannel
Creates a new wrapping instance using the given (buggy) inner FileChannel implementation.
workBuffer() - Method in interface com.faunos.util.net.HandletContext
Returns a temporary work buffer which the Handlet can use to process I/O (typically reads).
write(ByteBuffer) - Method in class com.faunos.util.io.FilterFileChannel
 
write(ByteBuffer, long) - Method in class com.faunos.util.io.FilterFileChannel
 
write(ByteBuffer[], int, int) - Method in class com.faunos.util.io.FilterFileChannel
 
write(ByteBuffer[]) - Method in class com.faunos.util.io.FilterOutputChannel
Invokes write(srcs, 0, srcs.length).
write(ByteBuffer[], int, int) - Method in class com.faunos.util.io.FilterOutputChannel
 
write(ByteBuffer) - Method in class com.faunos.util.io.FilterOutputChannel
 
write(ByteBuffer) - Method in class com.faunos.util.io.MemoryFileChannel
 
write(ByteBuffer[], int, int) - Method in class com.faunos.util.io.MemoryFileChannel
 
write(ByteBuffer, long) - Method in class com.faunos.util.io.MemoryFileChannel
 
write(ByteBuffer, long) - Method in class com.faunos.util.io.SubFileChannel
 
write(ByteBuffer) - Method in class com.faunos.util.io.SubFileChannel
 
write(ByteBuffer[], int, int) - Method in class com.faunos.util.io.SubFileChannel
 
write(ByteBuffer, byte) - Method in enum com.faunos.util.io.Word
Writes the given value to the given out buffer.
write(ByteBuffer, short) - Method in enum com.faunos.util.io.Word
Writes the given value to the given out buffer.
write(ByteBuffer, int) - Method in enum com.faunos.util.io.Word
Writes the given value to the given out buffer.
write(ByteBuffer, long) - Method in enum com.faunos.util.io.Word
Writes the given value to the given out buffer.
write(GatheringByteChannel) - Method in class com.faunos.util.net.AsynchStagelet
Not implemented.
write(GatheringByteChannel) - Method in interface com.faunos.util.net.Handlet
Writes to the specified channel and returns the possibly new state of the instance.
write(GatheringByteChannel) - Method in class com.faunos.util.net.http.FileChannelStagelet
 
write(GatheringByteChannel) - Method in class com.faunos.util.net.http.RequestStage
 
write(GatheringByteChannel) - Method in class com.faunos.util.net.http.ResponseHeaderStage
Writes the HTTP headers.
write(GatheringByteChannel) - Method in class com.faunos.util.net.StageletStack
 
write(ByteBuffer) - Method in class com.faunos.util.test.DebugOutputChannel
 
write(ByteBuffer[], int, int) - Method in class com.faunos.util.test.DebugOutputChannel
 
writeLong(ByteBuffer, long) - Static method in class com.faunos.util.io.VInt
 
writeNewIndex(FileChannel, Word, long, long) - Static method in class com.faunos.skwish.sys.Index
Writes a new index to the specified file.
writeNewIndex(FileChannel, Word, long, long) - Static method in class com.faunos.skwish.sys.mgr.MutableBaseIdIndex
Writes a new index to the specified file.
writeNewInstance(String) - Method in class com.faunos.skwish.ext.http.MappedUriProvider
Not implemented.
writeNewInstance(String) - Static method in class com.faunos.skwish.SegmentStore
Writes a new segment store to the specified URI and returns the instance.
writeNewInstance(String) - Method in interface com.faunos.skwish.spi.Provider
 
writeNewInstance(FileChannel, long, long) - Static method in class com.faunos.skwish.sys.mgr.FileBackedDeleteSet
Writes a new, empty deleted ID list to the given backing file and returns a new instance of this class.
writeNewInstance(File, int) - Static method in class com.faunos.skwish.sys.mgr.UnitDir
Creates and returns a new unit in the given parent directory.
writeNewSegment(FileChannel, FileChannel, long, Word) - Static method in class com.faunos.skwish.sys.BaseSegment
Writes and returns a new segment to the specified offset (index) and entry [contents] files.
writeOffset(long, ByteBuffer) - Method in class com.faunos.skwish.sys.IndexMetrics
Writes the specified offset to the given buffer.
writeOffset(long, ByteBuffer, Word, long) - Static method in class com.faunos.skwish.sys.IndexMetrics
Writes the specified offset to the given buffer.
writeRemaining(WritableByteChannel, ByteBuffer) - Method in class com.faunos.util.io.ChannelUtil
Writes the remaining bytes in the given buffer to the specified generic channel.
writeRemaining(FileChannel, ByteBuffer, long) - Method in class com.faunos.util.io.ChannelUtil
Writes the remaining bytes in the given buffer to the specified file channel starting at the specified position.

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