|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
- ChannelUtil(Class<E>) -
Constructor for class com.faunos.util.io.ChannelUtil
-
- ChannelUtil(ThrowFactory<RuntimeException, E>) -
Constructor for class com.faunos.util.io.ChannelUtil
-
- checkAccess() -
Method in class com.faunos.util.io.SubFileChannel
- Checks that the instance has read access.
- checkReadAccess() -
Method in class com.faunos.util.io.FilterFileChannel
-
- checkWriteAccess() -
Method in class com.faunos.util.io.FilterFileChannel
-
- checkWriteAccess() -
Method in class com.faunos.util.io.SubFileChannel
- Checks that the instance has write access.
- clear() -
Method in class com.faunos.util.AbstractCopyOnWriteMap
-
- close() -
Method in class com.faunos.skwish.ext.http.SkwishHttpMountPoint
- Closes this instance and unregisters the associated skwish
ResponseFactory from the Caroon HTTP server.
- close() -
Method in class com.faunos.skwish.SegmentStore
- Closes the instance.
- close() -
Method in class com.faunos.skwish.sys.BaseSegment
- Closes this segment and its underlying streams.
- close() -
Method in class com.faunos.skwish.sys.Index
- Closes this index and its underlying file.
- close() -
Method in class com.faunos.skwish.sys.mgr.Collector
-
- close() -
Method in class com.faunos.skwish.sys.mgr.FileBackedDeleteSet
-
- close() -
Method in class com.faunos.skwish.sys.mgr.LiveSegManager
-
- close() -
Method in class com.faunos.skwish.sys.mgr.Store
-
- close() -
Method in class com.faunos.util.io.FilterInputChannel
-
- close() -
Method in class com.faunos.util.io.FilterOutputChannel
-
- close() -
Method in class com.faunos.util.io.SourceChannelStack
- Closes the underlying channels in the reverse order that they are read
from.
- close() -
Method in class com.faunos.util.net.http.file.FileResponseFactory
- Removes this instance from its associated configuration.
- CloseProtectedFileChannel - Class in com.faunos.util.io
- A
FilterFileChannel
that does not chain the
close
method to the underlying file channel. - CloseProtectedFileChannel(FileChannel) -
Constructor for class com.faunos.util.io.CloseProtectedFileChannel
-
- Collector - Class in com.faunos.skwish.sys.mgr
- Responsible for maintaining a consistent view of committed segments.
- Collector(File) -
Constructor for class com.faunos.skwish.sys.mgr.Collector
-
- Collector(File, boolean) -
Constructor for class com.faunos.skwish.sys.mgr.Collector
-
- com.faunos.skwish.spi - package com.faunos.skwish.spi
- A service provider interface is defined here.
- com.faunos.util.cc - package com.faunos.util.cc
- Concurrency utilities.
- com.faunos.util.main - package com.faunos.util.main
- Command line parse utilities.
- com.faunos.util.net.http.file - package com.faunos.util.net.http.file
- Support for serving files over HTTP.
- com.faunos.util.test - package com.faunos.util.test
- Support for unit tests.
- com.faunos.util.tree - package com.faunos.util.tree
- Support for tree structures.
- com.faunos.util.xml - package com.faunos.util.xml
- XML utilities.
- combine(DeleteSet, DeleteSet) -
Static method in class com.faunos.skwish.sys.filters.DeleteSet
- Creates and returns a new combined version of the two given instances.
- commit() -
Method in class com.faunos.skwish.sys.BaseSegment
- Commits the entry count.
- commit() -
Method in class com.faunos.skwish.sys.Index
- Commits the entry count to the backing file.
- commit() -
Method in class com.faunos.skwish.TxnSegment
- Commits the transaction and returns the commit ID.
- commit() -
Method in class com.faunos.util.net.http.ResponseHeaderStage
- Commits the changes to the instance.
- COMMITTED_DIR -
Static variable in class com.faunos.skwish.sys.mgr.FileConventions
-
- commitUnit(UnitDir) -
Method in class com.faunos.skwish.sys.mgr.Collector
-
- comparator() -
Method in class com.faunos.util.CopyOnWriteSortedMap
-
- compare(Segment, Segment) -
Method in class com.faunos.skwish.sys.mgr.PrecedenceComparator
- Compares the two given segments, firstly by their base IDs, secondly
by which has more entries.
- compare(Range, Range) -
Method in class com.faunos.util.dim.line.RangeComparator
- Compares the two given ranges by comparing their low values.
- compare(File, File) -
Method in class com.faunos.util.io.file.DirectoryOrdering
-
- compareSameType(File, File) -
Method in class com.faunos.util.io.file.DirectoryOrdering
- Hook for subclass refinement of ordering.
- compareTo(Version) -
Method in class com.faunos.util.Version
-
- CompoundScheduler - Class in com.faunos.util.cc
- A contraption for packing a bunch of
Scheduler
s
together as one scheduler. - CompoundScheduler() -
Constructor for class com.faunos.util.cc.CompoundScheduler
-
- connectionClose -
Variable in class com.faunos.util.net.http.CannedResponses
- "Connection: close" + CRLF
- containingIndexOf(long, List<? extends Range>) -
Static method in class com.faunos.util.dim.line.Ranges
- Returns the index of the given sorted
ranges
at which the
range contains
the specified value
, if such a range exists; o.w.
- containingIndexOf(long, Range[]) -
Static method in class com.faunos.util.dim.line.Ranges
- Returns the index of the given sorted
ranges
at which the
range contains
the specified value
, if such a range exists; o.w.
- contains(long) -
Method in class com.faunos.skwish.Segment
- Determines whether the given entry ID exists in this
segment.
- contains(long, Range) -
Static method in class com.faunos.util.dim.line.Ranges
- Determines whether the given
value
falls in the
specified range
.
- containsKey(Object) -
Method in class com.faunos.util.AbstractCopyOnWriteMap
-
- containsValue(Object) -
Method in class com.faunos.util.AbstractCopyOnWriteMap
-
- content -
Variable in class com.faunos.util.net.http.FileChannelStagelet
-
- CONTENT_TYPE -
Static variable in class com.faunos.skwish.ext.http.QueryStringConsts
- The name used to denote the requested content type.
- contentBase -
Variable in class com.faunos.util.net.http.CannedResponses
- "Content-Location: "
- contentLength -
Variable in class com.faunos.util.net.http.CannedResponses
- "Content-Length: "
- contentLocation -
Variable in class com.faunos.util.net.http.CannedResponses
- "Content-Location: "
- contentType -
Variable in class com.faunos.util.net.http.CannedResponses
- "Content-Type: "
- contracted() -
Method in interface com.faunos.skwish.sys.mgr.DeleteSetSizeListener
-
- CopyOnWriteMap<K,V> - Class in com.faunos.util
- A copy-on-write Map implementation using a backing
java.util.HashMap.
- CopyOnWriteMap() -
Constructor for class com.faunos.util.CopyOnWriteMap
- Default constructor creates an empty map.
- CopyOnWriteMap(CopyOnWriteMap<K, V>) -
Constructor for class com.faunos.util.CopyOnWriteMap
- Copy constructor.
- CopyOnWriteSortedMap<K,V> - Class in com.faunos.util
- A copy-on-write SortedMap implementation using a backing
java.util.TreeMap.
- CopyOnWriteSortedMap() -
Constructor for class com.faunos.util.CopyOnWriteSortedMap
- Creates an empty instance.
- CopyOnWriteSortedMap(Comparator<? super K>) -
Constructor for class com.faunos.util.CopyOnWriteSortedMap
- Creates an instance using the specified comparator.
- CopyOnWriteSortedMap(CopyOnWriteSortedMap<K, V>) -
Constructor for class com.faunos.util.CopyOnWriteSortedMap
- Copy constructor.
- covers(UnitDir.Seg) -
Method in class com.faunos.skwish.sys.mgr.UnitDir.Seg
- Determines whether this instance covers the given
segment
.
- create() -
Method in class com.faunos.util.ThrowFactory
-
- create(String) -
Method in class com.faunos.util.ThrowFactory
-
- create(Throwable) -
Method in class com.faunos.util.ThrowFactory
-
- create(String, Throwable) -
Method in class com.faunos.util.ThrowFactory
-
- createBuffer(String) -
Static method in class com.faunos.util.net.http.CannedResponses
-
- createRange(long, long) -
Static method in class com.faunos.util.dim.line.Ranges
- Creates and returns a new Range instance.
- createRuntimeException(String) -
Method in class com.faunos.util.Validator
-
- current() -
Method in class com.faunos.util.net.StageletStack
- Returns the stagelet currently at the top of the stack.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |