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

A

accumulate(String, Object) - Method in class org.json.JSONObject
Accumulate values under a key.
ACTIVE - Static variable in class com.voidsearch.voidbase.config.Config
 
add(String, String) - Method in class com.voidsearch.voidbase.apps.feedq.resource.ResourceCluster
 
ADD - Static variable in class com.voidsearch.voidbase.protocol.VoidBaseOperationType
 
addConnection(String, String, Integer) - Method in class com.voidsearch.voidbase.storage.distributed.router.topology.ConnectionPool
 
addCounter(StorageStats.Counter) - Method in class com.voidsearch.voidbase.supervision.StorageStats
 
addDone(JobRequest, JobResult) - Method in class com.voidsearch.voidbase.storage.jobqueue.JobQueue
 
addNode(StorageNode) - Method in class com.voidsearch.voidbase.storage.distributed.router.topology.StorageTopology
 
AMP - Static variable in class org.json.XML
The Character '&'.
APOS - Static variable in class org.json.XML
The Character '''.
append(String) - Method in class com.voidsearch.voidbase.apps.cache.containers.CacheValue
Appends a content to CacheValue - needs rewrite to support better content merging
append(CacheValue) - Method in class com.voidsearch.voidbase.apps.cache.containers.CacheValue
Appends a content to CacheValue - needs rewrite to support better content merging
append(String) - Method in class com.voidsearch.voidbase.module.VoidBaseModuleResponse
 
append(String, Object) - Method in class org.json.JSONObject
Append values to the array under a key.
array() - Method in class org.json.JSONWriter
Begin appending a new array.
AsynchronousStorage - Interface in com.voidsearch.voidbase.storage
 
AVG - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 

B

back() - Method in class org.json.JSONTokener
Back up one character.
BANG - Static variable in class org.json.XML
The Character '!'.
BDBRecord - Class in com.voidsearch.voidbase.storage.bdb
 
BDBRecord() - Constructor for class com.voidsearch.voidbase.storage.bdb.BDBRecord
 
BDBRecord(String, String) - Constructor for class com.voidsearch.voidbase.storage.bdb.BDBRecord
 
BDBStorage - Class in com.voidsearch.voidbase.storage.bdb
 
BDBStorage() - Constructor for class com.voidsearch.voidbase.storage.bdb.BDBStorage
 
BDBStore - Class in com.voidsearch.voidbase.storage.bdb
 
BDBStore(String, String) - Constructor for class com.voidsearch.voidbase.storage.bdb.BDBStore
 
binary - Variable in class com.voidsearch.voidbase.apps.cache.containers.CacheContent
 
blockOperation(StorageOperation) - Method in class com.voidsearch.voidbase.storage.example.ExampleVoidBaseStorage
 
blockOperation(StorageOperation) - Method in class com.voidsearch.voidbase.storage.jobqueue.JobQueue
 
blockOperation(StorageOperation) - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
blockOperation(StorageOperation) - Method in interface com.voidsearch.voidbase.storage.SupervisedStorage
 
buffer - Variable in class com.voidsearch.voidbase.module.VoidBaseModuleResponse
 
buildResponse(VoidBaseModuleRequest) - Method in class com.voidsearch.voidbase.apps.queuetree.module.QueueTreeModule
 

C

CacheContent - Class in com.voidsearch.voidbase.apps.cache.containers
Placeholder for all other Cache content clases for key, value etc.
CacheContent() - Constructor for class com.voidsearch.voidbase.apps.cache.containers.CacheContent
Creates new instance of a CacheContent
CacheContent(String) - Constructor for class com.voidsearch.voidbase.apps.cache.containers.CacheContent
Creates new instance of a CacheContent with String value
CacheContent(byte[]) - Constructor for class com.voidsearch.voidbase.apps.cache.containers.CacheContent
Creates new instance of a CacheContent with bytearray
CacheContentType - Enum in com.voidsearch.voidbase.apps.cache.containers
Cache content type - currently supported are TEXT and BINARY types
CacheException - Exception in com.voidsearch.voidbase.apps.cache
 
CacheException(String) - Constructor for exception com.voidsearch.voidbase.apps.cache.CacheException
Creates a new instance of a CacheException
CacheLockType - Enum in com.voidsearch.voidbase.apps.cache.containers
Cache lock types, currently supported are - ATOMIC, GLOBAL and NONE locks where: - ATOMIC level locks on a level of key, thus guarantees atomicity of an operation - GLOBAL level locks on a level of operation blocking all other similar operations running concurrently - NONE level doesn't lock concurrent similar operations in any respect
CacheModule - Class in com.voidsearch.voidbase.apps.cache
CacheModule is a generic cache module which implements strategies for containing and routing to cache handlers and handling a high-level atomicity of operations on cache implementations based on individual cache handler configurations.
CacheModule() - Constructor for class com.voidsearch.voidbase.apps.cache.CacheModule
Creates a new instance of CacheModule
CacheModuleLockStrategy - Class in com.voidsearch.voidbase.apps.cache
CacheModuleLockStrategy handles atomicity of cache operations based on cache handler configuration
CacheModuleLockStrategy() - Constructor for class com.voidsearch.voidbase.apps.cache.CacheModuleLockStrategy
Creates a new instance of CacheModuleLockStrategy
CacheOperation - Class in com.voidsearch.voidbase.apps.cache.containers
Placeholder object for Cache operations - each operation is assigned one CacheOperation object
CacheOperation() - Constructor for class com.voidsearch.voidbase.apps.cache.containers.CacheOperation
Creates a new instance of a CacheOperation
CacheOperation(String) - Constructor for class com.voidsearch.voidbase.apps.cache.containers.CacheOperation
Creates a new instance of a CacheOperation
CacheOperation(String, String) - Constructor for class com.voidsearch.voidbase.apps.cache.containers.CacheOperation
Creates a new instance of a CacheOperation
CacheOperation(String, CacheLockType) - Constructor for class com.voidsearch.voidbase.apps.cache.containers.CacheOperation
Creates a new instance of a CacheOperation
CacheResponse - Class in com.voidsearch.voidbase.apps.cache.containers
 
CacheResponse() - Constructor for class com.voidsearch.voidbase.apps.cache.containers.CacheResponse
 
CacheResponse(CacheValue, CacheResponseStatus) - Constructor for class com.voidsearch.voidbase.apps.cache.containers.CacheResponse
 
CacheResponseStatus - Enum in com.voidsearch.voidbase.apps.cache.containers
Cache response types, currently supported are: - OK, healthy response status - ERROR, failed to execute an operation - INTERNAL_ERROR, cache had internally failed to execute an operation - FATAL_ERROR, cache can't recover from internal error
CacheValue - Class in com.voidsearch.voidbase.apps.cache.containers
Cache value implementation of CacheContent
CacheValue() - Constructor for class com.voidsearch.voidbase.apps.cache.containers.CacheValue
Creates a new instance of a CacheContent
CacheValue(String) - Constructor for class com.voidsearch.voidbase.apps.cache.containers.CacheValue
Creates a new instance of a CacheConten
CacheValue(byte[]) - Constructor for class com.voidsearch.voidbase.apps.cache.containers.CacheValue
Creates a new instance of a CacheConten
CDL - Class in org.json
This provides static methods to convert comma delimited text into a JSONArray, and to covert a JSONArray into comma delimited text.
CDL() - Constructor for class org.json.CDL
 
channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class com.voidsearch.voidbase.storage.distributed.router.nio.RouterSocketServerHandler
 
channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - Method in class com.voidsearch.voidbase.http.HttpRequestHandler
 
channelOpen(ChannelHandlerContext, ChannelStateEvent) - Method in class com.voidsearch.voidbase.storage.distributed.router.nio.RouterSocketClientHandler
 
channelUnbound(ChannelHandlerContext, ChannelStateEvent) - Method in class com.voidsearch.voidbase.http.HttpRequestHandler
 
chunked - Variable in class com.voidsearch.voidbase.http.HttpRequestPipelineFactory
 
chunkSize - Variable in class com.voidsearch.voidbase.http.HttpRequestPipelineFactory
 
CLASS - Static variable in class com.voidsearch.voidbase.config.Config
 
cleanKey(String) - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
client - Variable in class com.voidsearch.voidbase.client.VoidBaseHttpClient
 
clone() - Method in class com.voidsearch.voidbase.apps.cache.VoidBaseCache
Clones a VoidBaseCache object
clone() - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
clone() - Method in class com.voidsearch.voidbase.storage.bdb.BDBStorage
 
clone() - Method in class com.voidsearch.voidbase.storage.distributed.DistributedStorage
 
clone() - Method in class com.voidsearch.voidbase.storage.distributed.router.DistributedStoreRouter
 
clone() - Method in class com.voidsearch.voidbase.storage.distributed.router.topology.StorageTopology
 
clone() - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
close(String) - Method in class com.voidsearch.voidbase.storage.bdb.BDBStorage
 
close() - Method in class com.voidsearch.voidbase.storage.bdb.BDBStore
 
close(String) - Method in class com.voidsearch.voidbase.storage.distributed.DistributedStorage
 
close() - Method in class com.voidsearch.voidbase.storage.distributed.DistributedStore
 
close(String) - Method in interface com.voidsearch.voidbase.storage.KeyValueStorage
 
cmd - Variable in class com.voidsearch.voidbase.VoidBase
 
com.voidsearch.voidbase - package com.voidsearch.voidbase
 
com.voidsearch.voidbase.apps.cache - package com.voidsearch.voidbase.apps.cache
 
com.voidsearch.voidbase.apps.cache.containers - package com.voidsearch.voidbase.apps.cache.containers
 
com.voidsearch.voidbase.apps.cache.module.distributed - package com.voidsearch.voidbase.apps.cache.module.distributed
 
com.voidsearch.voidbase.apps.cache.module.messages - package com.voidsearch.voidbase.apps.cache.module.messages
 
com.voidsearch.voidbase.apps.example.module - package com.voidsearch.voidbase.apps.example.module
 
com.voidsearch.voidbase.apps.feedq - package com.voidsearch.voidbase.apps.feedq
 
com.voidsearch.voidbase.apps.feedq.connector.fetcher - package com.voidsearch.voidbase.apps.feedq.connector.fetcher
 
com.voidsearch.voidbase.apps.feedq.metric - package com.voidsearch.voidbase.apps.feedq.metric
 
com.voidsearch.voidbase.apps.feedq.resource - package com.voidsearch.voidbase.apps.feedq.resource
 
com.voidsearch.voidbase.apps.fileserver - package com.voidsearch.voidbase.apps.fileserver
 
com.voidsearch.voidbase.apps.helloworld - package com.voidsearch.voidbase.apps.helloworld
 
com.voidsearch.voidbase.apps.queuetree.client - package com.voidsearch.voidbase.apps.queuetree.client
 
com.voidsearch.voidbase.apps.queuetree.connectors - package com.voidsearch.voidbase.apps.queuetree.connectors
 
com.voidsearch.voidbase.apps.queuetree.module - package com.voidsearch.voidbase.apps.queuetree.module
 
com.voidsearch.voidbase.apps.queuetree.protocol - package com.voidsearch.voidbase.apps.queuetree.protocol
 
com.voidsearch.voidbase.apps.queuetree.supervision - package com.voidsearch.voidbase.apps.queuetree.supervision
 
com.voidsearch.voidbase.apps.stats - package com.voidsearch.voidbase.apps.stats
 
com.voidsearch.voidbase.apps.webapi - package com.voidsearch.voidbase.apps.webapi
 
com.voidsearch.voidbase.broker - package com.voidsearch.voidbase.broker
 
com.voidsearch.voidbase.client - package com.voidsearch.voidbase.client
 
com.voidsearch.voidbase.config - package com.voidsearch.voidbase.config
 
com.voidsearch.voidbase.core - package com.voidsearch.voidbase.core
 
com.voidsearch.voidbase.http - package com.voidsearch.voidbase.http
 
com.voidsearch.voidbase.module - package com.voidsearch.voidbase.module
 
com.voidsearch.voidbase.protocol - package com.voidsearch.voidbase.protocol
 
com.voidsearch.voidbase.serialization - package com.voidsearch.voidbase.serialization
 
com.voidsearch.voidbase.storage - package com.voidsearch.voidbase.storage
 
com.voidsearch.voidbase.storage.bdb - package com.voidsearch.voidbase.storage.bdb
 
com.voidsearch.voidbase.storage.distributed - package com.voidsearch.voidbase.storage.distributed
 
com.voidsearch.voidbase.storage.distributed.message - package com.voidsearch.voidbase.storage.distributed.message
 
com.voidsearch.voidbase.storage.distributed.router - package com.voidsearch.voidbase.storage.distributed.router
 
com.voidsearch.voidbase.storage.distributed.router.nio - package com.voidsearch.voidbase.storage.distributed.router.nio
 
com.voidsearch.voidbase.storage.distributed.router.strategy - package com.voidsearch.voidbase.storage.distributed.router.strategy
 
com.voidsearch.voidbase.storage.distributed.router.topology - package com.voidsearch.voidbase.storage.distributed.router.topology
 
com.voidsearch.voidbase.storage.example - package com.voidsearch.voidbase.storage.example
 
com.voidsearch.voidbase.storage.jobqueue - package com.voidsearch.voidbase.storage.jobqueue
 
com.voidsearch.voidbase.storage.memory - package com.voidsearch.voidbase.storage.memory
 
com.voidsearch.voidbase.storage.queuetree - package com.voidsearch.voidbase.storage.queuetree
 
com.voidsearch.voidbase.supervision - package com.voidsearch.voidbase.supervision
 
com.voidsearch.voidbase.util - package com.voidsearch.voidbase.util
 
CommonAtomFeed - Class in com.voidsearch.voidbase.apps.feedq.resource
 
CommonAtomFeed(byte[]) - Constructor for class com.voidsearch.voidbase.apps.feedq.resource.CommonAtomFeed
 
CommonAtomFeed(byte[], String) - Constructor for class com.voidsearch.voidbase.apps.feedq.resource.CommonAtomFeed
 
compareTo(Object) - Method in class com.voidsearch.voidbase.protocol.VoidBaseOperationType
 
compareTo(Object) - Method in class com.voidsearch.voidbase.storage.jobqueue.JobRequest
 
config - Variable in class com.voidsearch.voidbase.apps.cache.CacheModule
 
config - Variable in class com.voidsearch.voidbase.apps.cache.VoidBaseCache
 
Config - Class in com.voidsearch.voidbase.config
 
Config() - Constructor for class com.voidsearch.voidbase.config.Config
 
CONFIG_PATH - Static variable in class com.voidsearch.voidbase.apps.cache.CacheModule
 
ConfigException - Exception in com.voidsearch.voidbase.config
 
ConfigException(String) - Constructor for exception com.voidsearch.voidbase.config.ConfigException
 
Connection - Class in com.voidsearch.voidbase.storage.distributed.router.topology
 
Connection() - Constructor for class com.voidsearch.voidbase.storage.distributed.router.topology.Connection
 
Connection(String, Integer) - Constructor for class com.voidsearch.voidbase.storage.distributed.router.topology.Connection
 
ConnectionPool - Class in com.voidsearch.voidbase.storage.distributed.router.topology
 
ConnectionPool() - Constructor for class com.voidsearch.voidbase.storage.distributed.router.topology.ConnectionPool
 
ConservativeSupervisionStrategy - Class in com.voidsearch.voidbase.supervision
 
ConservativeSupervisionStrategy() - Constructor for class com.voidsearch.voidbase.supervision.ConservativeSupervisionStrategy
 
container - Static variable in class com.voidsearch.voidbase.config.VoidBaseConfig
 
contains(String) - Method in class com.voidsearch.voidbase.apps.cache.containers.RegisteredOperations
Verifies if operation is registered
contains(String) - Method in class com.voidsearch.voidbase.storage.queuetree.QueueMetadata
 
containsModule(String) - Method in class com.voidsearch.voidbase.core.VoidBaseCore
 
containsParam(String) - Method in class com.voidsearch.voidbase.protocol.VoidBaseHttpRequest
 
containsParams(String[]) - Method in class com.voidsearch.voidbase.protocol.VoidBaseHttpRequest
 
content - Variable in class com.voidsearch.voidbase.apps.cache.containers.CacheResponse
 
CONTENT - Static variable in class com.voidsearch.voidbase.apps.cache.module.distributed.DistributedPersistenceStoreProtocol
 
CONTENT - Static variable in class com.voidsearch.voidbase.apps.cache.module.messages.MessagePersistenceStoreProtocol
 
CONTENT_ROOT - Static variable in class com.voidsearch.voidbase.config.Config
 
ContentMessage - Class in com.voidsearch.voidbase.storage.distributed.message
 
ContentMessage() - Constructor for class com.voidsearch.voidbase.storage.distributed.message.ContentMessage
 
Cookie - Class in org.json
Convert a web browser cookie specification to a JSONObject and back.
Cookie() - Constructor for class org.json.Cookie
 
CookieList - Class in org.json
Convert a web browser cookie list string to a JSONObject and back.
CookieList() - Constructor for class org.json.CookieList
 
core - Variable in class com.voidsearch.voidbase.http.HttpRequestHandler
 
CORRELATION - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
COVARIANCE - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
create(String, Integer) - Method in class com.voidsearch.voidbase.apps.queuetree.client.QueueTreeClient
 
CREATED - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
createPath(String) - Method in class com.voidsearch.voidbase.storage.bdb.BDBStore
 
createQueue(String, int) - Method in class com.voidsearch.voidbase.apps.queuetree.module.QueueTreeModule
 
createQueue(String, int) - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
CRLF - Static variable in class org.json.HTTP
Carriage return/line feed.

D

decrementMemorySize(Object) - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
DEFAULT_PATH - Static variable in class com.voidsearch.voidbase.config.VoidBaseConfig
 
DEFAULT_STORE_PATH - Static variable in class com.voidsearch.voidbase.apps.cache.module.messages.MessagePersistenceStore
 
DEFAULT_TYPE - Static variable in class com.voidsearch.voidbase.apps.cache.CacheModule
 
defaultHandler - Variable in class com.voidsearch.voidbase.apps.cache.CacheModule
 
dehexchar(char) - Static method in class org.json.JSONTokener
Get the hex value of a character (base16).
delete(String) - Method in class com.voidsearch.voidbase.apps.cache.module.distributed.DistributedPersistenceStore
 
delete(String) - Method in class com.voidsearch.voidbase.apps.cache.module.messages.MessagePersistenceStore
Deletes a key from a messages store
DELETE - Static variable in class com.voidsearch.voidbase.protocol.VoidBaseOperationType
 
delete(String, String) - Method in class com.voidsearch.voidbase.storage.bdb.BDBStorage
 
delete(String, byte[]) - Method in class com.voidsearch.voidbase.storage.bdb.BDBStorage
 
delete(String) - Method in class com.voidsearch.voidbase.storage.bdb.BDBStore
 
delete(String, String) - Method in interface com.voidsearch.voidbase.storage.KeyValueStorage
 
delete(String, byte[]) - Method in interface com.voidsearch.voidbase.storage.KeyValueStorage
 
deleteAll() - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
DELETED - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
deleteQueue(String) - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
deserialize(String) - Static method in enum com.voidsearch.voidbase.apps.cache.containers.CacheContentType
Initializes a CacheContentType object
deserialize(String) - Static method in enum com.voidsearch.voidbase.apps.cache.containers.CacheLockType
Initializes a CacheLockType object
deserialize(String) - Static method in enum com.voidsearch.voidbase.apps.cache.containers.CacheResponseStatus
Initializes a CacheResponseStatus object
deserialize(byte[]) - Method in interface com.voidsearch.voidbase.apps.feedq.resource.FeedResource
create a object instance from content
deserialize(byte[]) - Method in class com.voidsearch.voidbase.apps.feedq.resource.XMLFeedResource
deserialize via simple stax pull loop
deserialize(String) - Static method in enum com.voidsearch.voidbase.module.VoidBaseResponseStatus
 
deserialize(String) - Static method in enum com.voidsearch.voidbase.module.VoidBaseResponseType
 
deserialize(String) - Static method in class com.voidsearch.voidbase.protocol.VoidBaseOperationType
 
deserializeFromHttpContentType(String) - Static method in enum com.voidsearch.voidbase.module.VoidBaseResponseType
 
deserializeFromHttpResponseStatus(HttpResponseStatus) - Static method in enum com.voidsearch.voidbase.module.VoidBaseResponseStatus
 
deserializeList(List) - Static method in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeFeedUtils
 
deserializeList(List) - Static method in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
DEVIATION - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
DIRECTORY_INDEX - Static variable in class com.voidsearch.voidbase.config.Config
 
DISPATCHER - Static variable in class com.voidsearch.voidbase.config.Config
 
DistributedHashRingStrategy - Class in com.voidsearch.voidbase.storage.distributed.router.strategy
 
DistributedHashRingStrategy() - Constructor for class com.voidsearch.voidbase.storage.distributed.router.strategy.DistributedHashRingStrategy
 
DistributedPersistenceStore - Class in com.voidsearch.voidbase.apps.cache.module.distributed
 
DistributedPersistenceStore() - Constructor for class com.voidsearch.voidbase.apps.cache.module.distributed.DistributedPersistenceStore
Creates a new instance of a DistributedPersistenceStore
DistributedPersistenceStoreProtocol - Class in com.voidsearch.voidbase.apps.cache.module.distributed
 
DistributedPersistenceStoreProtocol() - Constructor for class com.voidsearch.voidbase.apps.cache.module.distributed.DistributedPersistenceStoreProtocol
Creates a new instance of a MessagePersistenceStoreProtocol
DistributedStorage - Class in com.voidsearch.voidbase.storage.distributed
 
DistributedStorage() - Constructor for class com.voidsearch.voidbase.storage.distributed.DistributedStorage
 
DistributedStore - Class in com.voidsearch.voidbase.storage.distributed
 
DistributedStore(String, String) - Constructor for class com.voidsearch.voidbase.storage.distributed.DistributedStore
 
DistributedStoreRouter - Class in com.voidsearch.voidbase.storage.distributed.router
 
DistributedStoreRouter() - Constructor for class com.voidsearch.voidbase.storage.distributed.router.DistributedStoreRouter
 
doubleToString(double) - Static method in class org.json.JSONObject
Produce a string from a double.

E

enableOperation(StorageOperation) - Method in class com.voidsearch.voidbase.storage.example.ExampleVoidBaseStorage
 
enableOperation(StorageOperation) - Method in class com.voidsearch.voidbase.storage.jobqueue.JobQueue
 
enableOperation(StorageOperation) - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
enableOperation(StorageOperation) - Method in interface com.voidsearch.voidbase.storage.SupervisedStorage
 
endArray() - Method in class org.json.JSONWriter
End an array.
endObject() - Method in class org.json.JSONWriter
End an object.
enqueue(VoidBaseModule, VoidBaseModuleRequest) - Method in class com.voidsearch.voidbase.core.VoidBaseRequestQueue
 
ENQUEUED - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
entity - Static variable in class org.json.XMLTokener
The table of entity values.
env - Variable in class com.voidsearch.voidbase.storage.bdb.BDBStore
 
envConfig - Variable in class com.voidsearch.voidbase.storage.bdb.BDBStore
 
EQ - Static variable in class org.json.XML
The Character '='.
equals(ResourceEntry) - Method in class com.voidsearch.voidbase.apps.feedq.resource.ResourceEntry
 
equals(Object) - Method in class com.voidsearch.voidbase.protocol.VoidBaseOperationType
 
equals(JobRequest) - Method in class com.voidsearch.voidbase.storage.jobqueue.JobRequest
 
escape(String) - Static method in class org.json.Cookie
Produce a copy of a string in which the characters '+', '%', '=', ';' and control characters are replaced with "%hh".
escape(String) - Static method in class org.json.XML
Replace special characters with XML escapes:
ExampleVoidBaseModule - Class in com.voidsearch.voidbase.apps.example.module
 
ExampleVoidBaseModule() - Constructor for class com.voidsearch.voidbase.apps.example.module.ExampleVoidBaseModule
 
ExampleVoidBaseStorage - Class in com.voidsearch.voidbase.storage.example
 
ExampleVoidBaseStorage() - Constructor for class com.voidsearch.voidbase.storage.example.ExampleVoidBaseStorage
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class com.voidsearch.voidbase.http.HttpRequestHandler
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class com.voidsearch.voidbase.storage.distributed.router.nio.RouterSocketClientHandler
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class com.voidsearch.voidbase.storage.distributed.router.nio.RouterSocketServerHandler
 
execute(VoidBaseCache, String, List<String>, Map<String, String>, String, String) - Method in class com.voidsearch.voidbase.apps.cache.CacheModuleLockStrategy
Executes cache operation with respect to operation's atomicity and proxies it down to specific executors (atomic, global lock, etc.)
execute(VoidBaseCache, String, String, String, String) - Method in class com.voidsearch.voidbase.apps.cache.CacheModuleLockStrategy
Executes cache operation with respect to operation's atomicity and proxies it down to specific executors (atomic, global lock, etc.)
execute() - Method in class com.voidsearch.voidbase.storage.jobqueue.JobRequest
 
executeAtomicLockOperation(VoidBaseCache, String, List<String>, Map<String, String>, String, String) - Method in class com.voidsearch.voidbase.apps.cache.CacheModuleLockStrategy
Executes atomic operation on cache
executeAtomicLockOperation(VoidBaseCache, String, String, String, String) - Method in class com.voidsearch.voidbase.apps.cache.CacheModuleLockStrategy
Executes atomic operation on cache
executeGlobalLockOperation(VoidBaseCache, String, List<String>, Map<String, String>, String, String) - Method in class com.voidsearch.voidbase.apps.cache.CacheModuleLockStrategy
Executes globally locked operation on cache
executeGlobalLockOperation(VoidBaseCache, String, String, String, String) - Method in class com.voidsearch.voidbase.apps.cache.CacheModuleLockStrategy
 
executeOperation(VoidBaseCache, String, List<String>, Map<String, String>, String, String) - Method in class com.voidsearch.voidbase.apps.cache.CacheModuleLockStrategy
Executes operation on cache without any locking
executeOperation(VoidBaseCache, String, String, String, String) - Method in class com.voidsearch.voidbase.apps.cache.CacheModuleLockStrategy
Executes operation on cache without any locking
executeQuery(VoidBaseModuleRequest) - Method in class com.voidsearch.voidbase.apps.webapi.WebAPIQueueTreeHandler
 
expired() - Method in class com.voidsearch.voidbase.storage.jobqueue.JobRequest
 

F

factory() - Static method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
FEED_END - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeFeed
 
FEED_START - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeFeed
 
FeedFetcher - Interface in com.voidsearch.voidbase.apps.feedq.connector.fetcher
 
FeedFetcherFactory - Class in com.voidsearch.voidbase.apps.feedq.connector.fetcher
 
FeedFetcherFactory() - Constructor for class com.voidsearch.voidbase.apps.feedq.connector.fetcher.FeedFetcherFactory
 
FeedQueueModule - Class in com.voidsearch.voidbase.apps.feedq
 
FeedQueueModule() - Constructor for class com.voidsearch.voidbase.apps.feedq.FeedQueueModule
 
FeedResource - Interface in com.voidsearch.voidbase.apps.feedq.resource
 
FeedResourceFactory - Class in com.voidsearch.voidbase.apps.feedq.resource
 
FeedResourceFactory() - Constructor for class com.voidsearch.voidbase.apps.feedq.resource.FeedResourceFactory
 
fetch(String) - Method in interface com.voidsearch.voidbase.apps.feedq.connector.fetcher.FeedFetcher
fetch the entire content of resource and factor a appropriate FeedResource
fetch(String) - Method in class com.voidsearch.voidbase.apps.feedq.connector.fetcher.FilesystemFeedFetcher
 
fetch(String) - Method in class com.voidsearch.voidbase.apps.feedq.connector.fetcher.HttpFeedFetcher
 
fetchRaw(String) - Method in interface com.voidsearch.voidbase.apps.feedq.connector.fetcher.FeedFetcher
fetch content of given resource
fetchRaw(String, int) - Method in interface com.voidsearch.voidbase.apps.feedq.connector.fetcher.FeedFetcher
fetch last size bytes from given resource
fetchRaw(String) - Method in class com.voidsearch.voidbase.apps.feedq.connector.fetcher.FilesystemFeedFetcher
 
fetchRaw(String, int) - Method in class com.voidsearch.voidbase.apps.feedq.connector.fetcher.FilesystemFeedFetcher
fetch a byte buffer from the end of given file
fetchRaw(String) - Method in class com.voidsearch.voidbase.apps.feedq.connector.fetcher.HttpFeedFetcher
get default-size byte array from the given resource
fetchRaw(String, int) - Method in class com.voidsearch.voidbase.apps.feedq.connector.fetcher.HttpFeedFetcher
Http-specific tail reader - need to fetch entire content and return last size bytes
FILE - Static variable in class com.voidsearch.voidbase.apps.feedq.connector.fetcher.ResourceType
 
FileServerModule - Class in com.voidsearch.voidbase.apps.fileserver
 
FileServerModule() - Constructor for class com.voidsearch.voidbase.apps.fileserver.FileServerModule
 
FilesystemFeedFetcher - Class in com.voidsearch.voidbase.apps.feedq.connector.fetcher
 
FilesystemFeedFetcher() - Constructor for class com.voidsearch.voidbase.apps.feedq.connector.fetcher.FilesystemFeedFetcher
 
flush() - Method in class com.voidsearch.voidbase.apps.cache.module.distributed.DistributedPersistenceStore
 
flush() - Method in class com.voidsearch.voidbase.apps.cache.module.messages.MessagePersistenceStore
Flushes a messages store
FLUSH - Static variable in class com.voidsearch.voidbase.protocol.VoidBaseOperationType
 
flush(String) - Method in class com.voidsearch.voidbase.storage.bdb.BDBStorage
 
flush() - Method in class com.voidsearch.voidbase.storage.bdb.BDBStore
 
flush(String) - Method in interface com.voidsearch.voidbase.storage.KeyValueStorage
 
flushAll() - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
FLUSHED - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
flushQueue(String) - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
format(LogRecord) - Method in class com.voidsearch.voidbase.core.VoidBaseLogger.VoidBaseLogFormatter
 

G

GenericUtil - Class in com.voidsearch.voidbase.util
 
GenericUtil() - Constructor for class com.voidsearch.voidbase.util.GenericUtil
 
get(String) - Method in class com.voidsearch.voidbase.apps.cache.containers.RegisteredOperations
Gets CacheOperation from registeredOperations container
get(String) - Method in class com.voidsearch.voidbase.apps.cache.module.distributed.DistributedPersistenceStore
 
get(String) - Method in class com.voidsearch.voidbase.apps.cache.module.messages.MessagePersistenceStore
Returns value from a messages store
get(String) - Method in class com.voidsearch.voidbase.apps.feedq.resource.ResourceCluster
 
get(String) - Method in class com.voidsearch.voidbase.apps.feedq.resource.ResourceEntry
get given content tag
get(String, Integer) - Method in class com.voidsearch.voidbase.apps.queuetree.client.QueueTreeClient
 
get(VoidBaseQuery) - Method in class com.voidsearch.voidbase.client.VoidBaseHttpClient
 
get(String) - Method in class com.voidsearch.voidbase.client.VoidBaseHttpClient
 
GET - Static variable in class com.voidsearch.voidbase.protocol.VoidBaseOperationType
 
get(String, String) - Method in class com.voidsearch.voidbase.storage.bdb.BDBStorage
 
get(String, byte[]) - Method in class com.voidsearch.voidbase.storage.bdb.BDBStorage
 
get(String) - Method in class com.voidsearch.voidbase.storage.bdb.BDBStore
 
get(JobRequest) - Method in class com.voidsearch.voidbase.storage.jobqueue.JobQueue
 
get(String, String) - Method in interface com.voidsearch.voidbase.storage.KeyValueStorage
 
get(String, byte[]) - Method in interface com.voidsearch.voidbase.storage.KeyValueStorage
 
get(String) - Method in class com.voidsearch.voidbase.storage.memory.SimpleHashStore
 
get(String) - Method in class com.voidsearch.voidbase.storage.queuetree.QueueMetadata
 
get(String) - Method in interface com.voidsearch.voidbase.storage.SynchronousStorage
 
get(int) - Method in class org.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.json.JSONObject
Get the value object associated with a key.
getAttribute(String, String, String) - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
getAttribute(String, String) - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
getAttributes(String, String, String) - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
getAttributes(String, String) - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
getBoolean(String, String) - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
getBoolean(String) - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
getBoolean(int) - Method in class org.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.json.JSONObject
Get the boolean value associated with a key.
getCause() - Method in exception org.json.JSONException
 
getConfigFiles() - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
getContent(String, Map<String, String>) - Method in class com.voidsearch.voidbase.apps.cache.CacheModule
Returns a content from request params
getContent() - Method in class com.voidsearch.voidbase.apps.cache.containers.CacheResponse
 
getContent() - Method in class com.voidsearch.voidbase.module.VoidBaseModuleRequest
 
getCounter(StorageStats.Counter) - Method in class com.voidsearch.voidbase.supervision.StorageStats
 
getDelta(LinkedList<ResourceEntry>, LinkedList<ResourceEntry>) - Method in interface com.voidsearch.voidbase.apps.feedq.metric.ResourceMetric
get difference between two lists of entries
getDelta(LinkedList<ResourceEntry>, LinkedList<ResourceEntry>) - Method in class com.voidsearch.voidbase.apps.feedq.metric.SimpleMetric
get simple difference between two resource lists
getDelta(FeedResource) - Method in interface com.voidsearch.voidbase.apps.feedq.resource.FeedResource
get delta from other resource using default metric
getDelta(FeedResource, ResourceMetric) - Method in interface com.voidsearch.voidbase.apps.feedq.resource.FeedResource
get delta from given resource using given metric
getDelta(FeedResource) - Method in class com.voidsearch.voidbase.apps.feedq.resource.XMLFeedResource
 
getDelta(FeedResource, ResourceMetric) - Method in class com.voidsearch.voidbase.apps.feedq.resource.XMLFeedResource
 
getDouble(String, String) - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
getDouble(String) - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
getDouble(Object) - Static method in enum com.voidsearch.voidbase.serialization.VoidBaseSerialization
 
getDouble(int) - Method in class org.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.json.JSONObject
Get the double value associated with a key.
getDoubleArray(Object) - Static method in enum com.voidsearch.voidbase.serialization.VoidBaseSerialization
 
getDoubleArray(int, double) - Static method in class com.voidsearch.voidbase.util.VoidBaseUtil
 
getEntries() - Method in interface com.voidsearch.voidbase.apps.feedq.resource.FeedResource
return list of entries
getEntries() - Method in class com.voidsearch.voidbase.apps.feedq.resource.XMLFeedResource
 
getFetcher(String) - Static method in class com.voidsearch.voidbase.apps.feedq.connector.fetcher.FeedFetcherFactory
factor fetcher for a given resource
getFIFO(String, int) - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
getFIFO(String, int, long) - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
getFreeMemory() - Method in class com.voidsearch.voidbase.supervision.StorageSupervisor
 
getHandler(String) - Method in class com.voidsearch.voidbase.core.VoidBaseResourceRegister
 
getHandlerBlocking(String) - Method in class com.voidsearch.voidbase.core.VoidBaseResourceRegister
blocks on call indefinitely until handler register
getHandlerBlocking(String, long) - Method in class com.voidsearch.voidbase.core.VoidBaseResourceRegister
blocks on call until handler register throws HandlerNotRegisteredException if timeout period expired
getHandlerClass(String) - Static method in class com.voidsearch.voidbase.apps.webapi.WebAPIProtocol
 
getHost() - Method in class com.voidsearch.voidbase.storage.distributed.router.topology.Connection
 
getHostname() - Method in class com.voidsearch.voidbase.storage.distributed.router.topology.StorageNode
 
getID() - Method in class com.voidsearch.voidbase.apps.feedq.resource.ResourceEntry
 
getID() - Method in class com.voidsearch.voidbase.storage.distributed.router.topology.StorageNode
 
getID() - Method in class com.voidsearch.voidbase.storage.jobqueue.JobRequest
 
getInstance() - Static method in class com.voidsearch.voidbase.apps.cache.module.distributed.DistributedPersistenceStore
Creates a new instance of a DistributedPersistenceStore
getInstance() - Static method in class com.voidsearch.voidbase.apps.cache.module.messages.MessagePersistenceStore
Creates a new instance of a MessagePersistenceStore
getInstance() - Static method in class com.voidsearch.voidbase.apps.cache.VoidBaseCache
Not implemented for VoidBaseCache - needs to be implemented in subclasses
getInstance() - Static method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
getInstance(String) - Static method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
getInstance() - Static method in class com.voidsearch.voidbase.core.VoidBaseCore
 
getInstance() - Static method in class com.voidsearch.voidbase.core.VoidBaseLogService
 
getInstance() - Static method in class com.voidsearch.voidbase.core.VoidBaseRequestQueue
 
getInstance() - Static method in class com.voidsearch.voidbase.core.VoidBaseResourceRegister
 
getInstance() - Static method in class com.voidsearch.voidbase.storage.bdb.BDBStorage
 
getInstance() - Static method in class com.voidsearch.voidbase.storage.distributed.DistributedStorage
 
getInstance() - Static method in class com.voidsearch.voidbase.storage.distributed.router.DistributedStoreRouter
 
getInstance(String) - Static method in class com.voidsearch.voidbase.storage.distributed.router.strategy.StrategyFactory
 
getInstance() - Static method in class com.voidsearch.voidbase.storage.distributed.router.topology.StorageTopology
 
getInstance() - Static method in class com.voidsearch.voidbase.supervision.StorageSupervisor
 
getInstance() - Static method in class com.voidsearch.voidbase.supervision.VoidBaseTaskManager
 
getInt(int) - Method in class org.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.json.JSONObject
Get the int value associated with a key.
getInteger(String, String) - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
getInteger(String) - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
getIP() - Method in class com.voidsearch.voidbase.storage.distributed.router.topology.StorageNode
 
getJSON(String, CacheResponseStatus) - Method in class com.voidsearch.voidbase.apps.cache.CacheModule
Builds JSON from a cache result response
getJSONArray(int) - Method in class org.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.json.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class org.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.json.JSONObject
Get the JSONObject value associated with a key.
getKey(List<String>, Map<String, String>) - Method in class com.voidsearch.voidbase.apps.cache.CacheModule
Returns a key from request params
getKey() - Method in interface com.voidsearch.voidbase.storage.MetroCell
 
getKey() - Method in class com.voidsearch.voidbase.storage.queuetree.QueueEntry
 
getKeys(String, String) - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
getKeys(String) - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
getList(String, String) - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
getList(String) - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
getLockType(String) - Method in class com.voidsearch.voidbase.apps.cache.containers.RegisteredOperations
Gets a lock type for operation
getLockType(String) - Method in class com.voidsearch.voidbase.apps.cache.VoidBaseCache
Returns lock type for operation
getLogEntry(String) - Method in class com.voidsearch.voidbase.core.VoidBaseLogger
 
getLogger(String) - Static method in class com.voidsearch.voidbase.core.VoidBaseLogService
 
getLong(int) - Method in class org.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class org.json.JSONObject
Get the long value associated with a key.
getMap(String, String) - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
getMap(String) - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
getMaxMemory() - Method in class com.voidsearch.voidbase.supervision.StorageSupervisor
 
getMemorySize() - Method in class com.voidsearch.voidbase.storage.example.ExampleVoidBaseStorage
 
getMemorySize() - Method in class com.voidsearch.voidbase.storage.jobqueue.JobQueue
 
getMemorySize(Object) - Static method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
getMemorySize() - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
getMemorySize() - Method in interface com.voidsearch.voidbase.storage.SupervisedStorage
 
getMessage() - Method in class com.voidsearch.voidbase.module.VoidBaseModuleResponse
 
getMetadata() - Method in class com.voidsearch.voidbase.storage.queuetree.QueueMetadata
 
getMetadataMap(String) - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
getMethod() - Method in class com.voidsearch.voidbase.module.VoidBaseModuleRequest
 
getModuleMapKey(VoidBaseModule, String) - Method in class com.voidsearch.voidbase.core.VoidBaseCore
 
getName() - Method in class com.voidsearch.voidbase.apps.feedq.resource.ResourceCluster
 
getName() - Method in class com.voidsearch.voidbase.protocol.VoidBaseOperationType
 
getName() - Method in class com.voidsearch.voidbase.storage.distributed.router.topology.StorageNode
 
getNames(JSONObject) - Static method in class org.json.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class org.json.JSONObject
Get an array of field names from an Object.
getNumResults() - Method in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeResponse
 
getNumResults() - Method in class com.voidsearch.voidbase.protocol.VoidBaseHttpResponse
 
getParam(String) - Method in class com.voidsearch.voidbase.module.VoidBaseModuleRequest
 
getParam(String) - Method in class com.voidsearch.voidbase.protocol.VoidBaseHttpRequest
 
getParams() - Method in class com.voidsearch.voidbase.module.VoidBaseModuleRequest
 
getPartition(String) - Method in class com.voidsearch.voidbase.storage.PartitionedStore
 
getPartition(byte[]) - Method in class com.voidsearch.voidbase.storage.PartitionedStore
 
getPath(String) - Method in class com.voidsearch.voidbase.apps.feedq.connector.fetcher.FilesystemFeedFetcher
 
getPath(String, String) - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
getPipeline() - Method in class com.voidsearch.voidbase.http.HttpRequestPipelineFactory
 
getPipeline() - Method in class com.voidsearch.voidbase.storage.distributed.router.nio.RouterSocketClientPipelineFactory
 
getPipeline() - Method in class com.voidsearch.voidbase.storage.distributed.router.nio.RouterSocketServerPipelineFactory
 
getPort() - Method in class com.voidsearch.voidbase.storage.distributed.router.topology.Connection
 
getPriority() - Method in class com.voidsearch.voidbase.storage.jobqueue.JobRequest
 
getQuery() - Method in class com.voidsearch.voidbase.client.VoidBaseQuery
 
getQueryTime() - Method in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeResponse
 
getQueryTime() - Method in class com.voidsearch.voidbase.protocol.VoidBaseHttpResponse
 
getQueueStatEntry() - Method in class com.voidsearch.voidbase.apps.feedq.resource.ResourceCluster
 
getRegisteredModules() - Method in class com.voidsearch.voidbase.core.VoidBaseCore
 
getRequest() - Method in class com.voidsearch.voidbase.module.VoidBaseModuleRequest
 
getRequestHeader(VoidBaseHttpRequest) - Static method in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeFeedUtils
 
getRequiredParams(VoidBaseOperationType) - Static method in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
getRequiredParams(VoidBaseOperationType) - Static method in class com.voidsearch.voidbase.protocol.VoidBaseProtocol
 
getResource() - Method in class com.voidsearch.voidbase.apps.cache.CacheModule
Returns a CacheModule's resource
getResource(String, byte[]) - Static method in class com.voidsearch.voidbase.apps.feedq.resource.FeedResourceFactory
factor appropriate feed resource based on resource
getResource(String, String, byte[]) - Static method in class com.voidsearch.voidbase.apps.feedq.resource.FeedResourceFactory
factor appropriate feed resource based on resource and given entry delimiter
getResource() - Method in class com.voidsearch.voidbase.module.VoidBaseModuleRequest
 
getResourceHash() - Method in class com.voidsearch.voidbase.apps.feedq.resource.ResourceEntry
get hash of the resource content
getResponse(VoidBaseHttpRequest, String) - Static method in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
getResponse(VoidBaseHttpRequest, List) - Static method in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
getResponse() - Method in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeResponse
 
getResponse() - Method in class com.voidsearch.voidbase.protocol.VoidBaseHttpResponse
 
getResult() - Method in interface com.voidsearch.voidbase.storage.jobqueue.JobResult
 
getResult() - Method in class com.voidsearch.voidbase.storage.jobqueue.SimpleJobResult
 
getResultsHeader(QueueTreeResponse) - Static method in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeFeedUtils
 
getRoute(List<String>) - Method in class com.voidsearch.voidbase.apps.cache.CacheModule
Returns a Cache specific route from original request route
getRoute() - Method in class com.voidsearch.voidbase.module.VoidBaseModuleRequest
 
getRoute(String) - Method in class com.voidsearch.voidbase.module.VoidBaseModuleRequest
 
getSize() - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
getStartTime() - Method in class com.voidsearch.voidbase.module.VoidBaseModuleRequest
 
getStartTime() - Method in class com.voidsearch.voidbase.protocol.VoidBaseHttpRequest
 
getState() - Method in class com.voidsearch.voidbase.supervision.StorageStats
 
getStats() - Method in class com.voidsearch.voidbase.supervision.StorageStats
 
getStats() - Method in class com.voidsearch.voidbase.supervision.StorageSupervisor
 
getStatus() - Method in class com.voidsearch.voidbase.apps.cache.containers.CacheResponse
 
getStrategy(String) - Static method in class com.voidsearch.voidbase.storage.distributed.router.strategy.StrategyFactory
 
getString(String, String) - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
getString(String) - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
getString(int) - Method in class org.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.json.JSONObject
Get the string associated with a key.
getTimeout() - Method in class com.voidsearch.voidbase.storage.jobqueue.JobRequest
 
getTimestamp() - Method in class com.voidsearch.voidbase.storage.jobqueue.JobRequest
 
getTimestamp() - Method in class com.voidsearch.voidbase.storage.queuetree.QueueEntry
 
getTotalEntries() - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
getTotalMemory() - Method in class com.voidsearch.voidbase.supervision.StorageSupervisor
 
getTotalQueries() - Method in class com.voidsearch.voidbase.storage.example.ExampleVoidBaseStorage
 
getTotalQueries() - Method in class com.voidsearch.voidbase.storage.jobqueue.JobQueue
 
getTotalQueries() - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
getTotalQueries() - Method in interface com.voidsearch.voidbase.storage.SupervisedStorage
 
getType() - Method in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeResponse
 
getType() - Method in class com.voidsearch.voidbase.protocol.VoidBaseHttpResponse
 
getType(Object) - Static method in enum com.voidsearch.voidbase.serialization.VoidBaseSerialization
 
getType() - Method in class com.voidsearch.voidbase.storage.queuetree.QueueMetadata
 
getURI() - Method in class com.voidsearch.voidbase.module.VoidBaseModuleRequest
 
getUri() - Method in class com.voidsearch.voidbase.protocol.VoidBaseHttpRequest
 
getValue() - Method in interface com.voidsearch.voidbase.storage.MetroCell
 
getValue() - Method in class com.voidsearch.voidbase.storage.queuetree.QueueEntry
 
getXMLConfig() - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
getZeroDoubleArray(int) - Static method in class com.voidsearch.voidbase.util.VoidBaseUtil
 
GLOBAL - Static variable in class com.voidsearch.voidbase.config.Config
 
GT - Static variable in class org.json.XML
The Character '>'.

H

handle(VoidBaseModuleRequest) - Method in class com.voidsearch.voidbase.apps.cache.CacheModule
Handler for all cache requests which are further proxied down to specific cache handler
handle(String, String, String) - Method in class com.voidsearch.voidbase.apps.cache.CacheModule
Handler for all cache requests which are further proxied down to specific cache handler
handle(String, String, String, String) - Method in class com.voidsearch.voidbase.apps.cache.CacheModule
Handler for all cache requests which are further proxied down to specific cache handler
handle(String, String, String, String, String) - Method in class com.voidsearch.voidbase.apps.cache.CacheModule
Handler for all cache requests which are further proxied down to specific cache handler
handle(VoidBaseModuleRequest) - Method in class com.voidsearch.voidbase.apps.example.module.ExampleVoidBaseModule
 
handle(VoidBaseModuleRequest) - Method in class com.voidsearch.voidbase.apps.feedq.FeedQueueModule
 
handle(VoidBaseModuleRequest) - Method in class com.voidsearch.voidbase.apps.fileserver.FileServerModule
 
handle(VoidBaseModuleRequest) - Method in class com.voidsearch.voidbase.apps.helloworld.HelloWorldModule
 
handle(VoidBaseModuleRequest) - Method in class com.voidsearch.voidbase.apps.queuetree.module.QueueTreeModule
 
handle(VoidBaseModuleRequest) - Method in class com.voidsearch.voidbase.apps.stats.VoidBaseStatsModule
 
handle(VoidBaseModuleRequest) - Method in interface com.voidsearch.voidbase.apps.webapi.WebAPIHandler
 
handle(VoidBaseModuleRequest) - Method in class com.voidsearch.voidbase.apps.webapi.WebAPIModule
 
handle(VoidBaseModuleRequest) - Method in class com.voidsearch.voidbase.apps.webapi.WebAPIQueueTreeHandler
 
handle(VoidBaseModuleRequest) - Method in class com.voidsearch.voidbase.apps.webapi.WebAPIVoidBaseHandler
 
handle(VoidBaseModuleRequest) - Method in class com.voidsearch.voidbase.core.VoidBaseCore
 
handle(VoidBaseModuleRequest) - Method in class com.voidsearch.voidbase.http.HttpRequestDispatcher
 
handle(VoidBaseModuleRequest) - Method in interface com.voidsearch.voidbase.module.VoidBaseModule
 
handlePut(QueueMetadata, ArrayBlockingQueue, Object) - Static method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeHooks
 
HANDLER - Static variable in class com.voidsearch.voidbase.apps.cache.module.distributed.DistributedPersistenceStoreProtocol
 
HANDLER - Static variable in class com.voidsearch.voidbase.apps.cache.module.messages.MessagePersistenceStoreProtocol
 
handler - Static variable in class com.voidsearch.voidbase.client.VoidBaseQuery
 
HandlerNotRegisteredException - Exception in com.voidsearch.voidbase.core
 
HandlerNotRegisteredException() - Constructor for exception com.voidsearch.voidbase.core.HandlerNotRegisteredException
 
handlers - Variable in class com.voidsearch.voidbase.apps.cache.CacheModule
 
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class com.voidsearch.voidbase.storage.distributed.router.nio.RouterSocketClientHandler
 
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class com.voidsearch.voidbase.storage.distributed.router.nio.RouterSocketServerHandler
 
has(String) - Method in class org.json.JSONObject
Determine if the JSONObject contains a specific key.
hashCode() - Method in class com.voidsearch.voidbase.protocol.VoidBaseOperationType
 
hashCode() - Method in interface com.voidsearch.voidbase.storage.MetroCell
 
HEADER_END - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeFeed
 
HEADER_START - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeFeed
 
HelloWorldModule - Class in com.voidsearch.voidbase.apps.helloworld
 
HelloWorldModule() - Constructor for class com.voidsearch.voidbase.apps.helloworld.HelloWorldModule
 
host - Static variable in class com.voidsearch.voidbase.client.VoidBaseQuery
 
host - Variable in class com.voidsearch.voidbase.storage.distributed.router.topology.Connection
 
hostname - Static variable in class com.voidsearch.voidbase.client.VoidBaseHttpClient
 
hostname - Variable in class com.voidsearch.voidbase.storage.distributed.router.topology.StorageNode
 
HTTP - Class in org.json
Convert an HTTP header to a JSONObject and back.
HTTP() - Constructor for class org.json.HTTP
 
HTTP_URI - Static variable in class com.voidsearch.voidbase.apps.feedq.connector.fetcher.ResourceType
 
HttpFeedFetcher - Class in com.voidsearch.voidbase.apps.feedq.connector.fetcher
 
HttpFeedFetcher() - Constructor for class com.voidsearch.voidbase.apps.feedq.connector.fetcher.HttpFeedFetcher
 
HttpRequestDispatcher - Class in com.voidsearch.voidbase.http
 
HttpRequestDispatcher() - Constructor for class com.voidsearch.voidbase.http.HttpRequestDispatcher
 
HttpRequestException - Exception in com.voidsearch.voidbase.http
 
HttpRequestException() - Constructor for exception com.voidsearch.voidbase.http.HttpRequestException
 
HttpRequestException(String) - Constructor for exception com.voidsearch.voidbase.http.HttpRequestException
 
HttpRequestHandler - Class in com.voidsearch.voidbase.http
 
HttpRequestHandler() - Constructor for class com.voidsearch.voidbase.http.HttpRequestHandler
 
HttpRequestPipelineFactory - Class in com.voidsearch.voidbase.http
 
HttpRequestPipelineFactory(ChannelHandler) - Constructor for class com.voidsearch.voidbase.http.HttpRequestPipelineFactory
 
HTTPTokener - Class in org.json
The HTTPTokener extends the JSONTokener to provide additional methods for the parsing of HTTP headers.
HTTPTokener(String) - Constructor for class org.json.HTTPTokener
Construct an HTTPTokener from a string.

I

id - Variable in class com.voidsearch.voidbase.storage.distributed.router.topology.StorageNode
 
incrementCounter(StorageStats.Counter) - Method in class com.voidsearch.voidbase.supervision.StorageStats
 
incrementCounter(StorageStats.Counter, int) - Method in class com.voidsearch.voidbase.supervision.StorageStats
 
incrementMemorySize(Object) - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
init() - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
init(String) - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
initialize(String) - Method in class com.voidsearch.voidbase.apps.cache.CacheModule
Initializes CacheModule and all configured cache handlers
initialize() - Method in class com.voidsearch.voidbase.apps.cache.VoidBaseCache
Initializes cache operations and their atomicity
initialize(String) - Method in class com.voidsearch.voidbase.apps.example.module.ExampleVoidBaseModule
 
initialize(String) - Method in class com.voidsearch.voidbase.apps.feedq.FeedQueueModule
 
initialize(String) - Method in class com.voidsearch.voidbase.apps.fileserver.FileServerModule
 
initialize(String) - Method in class com.voidsearch.voidbase.apps.helloworld.HelloWorldModule
 
initialize(String) - Method in class com.voidsearch.voidbase.apps.queuetree.module.QueueTreeModule
 
initialize(String) - Method in class com.voidsearch.voidbase.apps.stats.VoidBaseStatsModule
 
initialize(String) - Method in class com.voidsearch.voidbase.apps.webapi.WebAPIModule
 
initialize(String) - Method in class com.voidsearch.voidbase.core.VoidBaseCore
 
initialize(String) - Method in class com.voidsearch.voidbase.http.HttpRequestDispatcher
 
initialize(String) - Method in interface com.voidsearch.voidbase.module.VoidBaseModule
 
initialize(String[]) - Method in class com.voidsearch.voidbase.VoidBase
 
initializeCacheModules(Map<String, String>) - Method in class com.voidsearch.voidbase.apps.cache.CacheModule
Initializes specific cache modules/handlers
initializeStore() - Method in class com.voidsearch.voidbase.apps.cache.module.messages.MessagePersistenceStore
Initializes BDB store for message persistence
insertToQueue(String, String) - Method in class com.voidsearch.voidbase.apps.queuetree.module.QueueTreeModule
 
inspect() - Static method in class com.voidsearch.voidbase.protocol.VoidBaseOperationType
 
instance - Static variable in class com.voidsearch.voidbase.apps.cache.module.distributed.DistributedPersistenceStore
 
instance - Static variable in class com.voidsearch.voidbase.apps.cache.module.messages.MessagePersistenceStore
 
INVALID_QUEUE - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
INVALID_REQUEST - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
InvalidQueueException - Exception in com.voidsearch.voidbase.storage.queuetree
 
InvalidQueueException() - Constructor for exception com.voidsearch.voidbase.storage.queuetree.InvalidQueueException
 
InvalidRequestException - Exception in com.voidsearch.voidbase.protocol
 
InvalidRequestException() - Constructor for exception com.voidsearch.voidbase.protocol.InvalidRequestException
 
InvalidRequestException(String) - Constructor for exception com.voidsearch.voidbase.protocol.InvalidRequestException
 
ip - Variable in class com.voidsearch.voidbase.storage.distributed.router.topology.StorageNode
 
isBinary - Variable in class com.voidsearch.voidbase.module.VoidBaseModuleResponse
 
isEmpty(String) - Static method in class com.voidsearch.voidbase.util.GenericUtil
 
isExpired() - Method in class com.voidsearch.voidbase.storage.jobqueue.JobRequest
 
isNull(int) - Method in class org.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class org.json.JSONObject
Determine if the value associated with the key is null or if there is no value.
isOpened(String) - Method in class com.voidsearch.voidbase.storage.bdb.BDBStorage
 
isOpened(String) - Method in class com.voidsearch.voidbase.storage.distributed.DistributedStorage
 
isRegistered(String) - Method in class com.voidsearch.voidbase.apps.cache.containers.RegisteredOperations
Verifies if operation is registered
isRegistered(CacheOperation) - Method in class com.voidsearch.voidbase.apps.cache.containers.RegisteredOperations
Verifies if operation is registered
isRegistered(String) - Method in class com.voidsearch.voidbase.apps.cache.VoidBaseCache
Check if operation is registered
isTrue(String) - Static method in class com.voidsearch.voidbase.util.GenericUtil
 
isValid(VoidBaseOperationType, VoidBaseHttpRequest) - Static method in class com.voidsearch.voidbase.protocol.VoidBaseProtocol
 

J

JobQueue - Class in com.voidsearch.voidbase.storage.jobqueue
 
JobQueue() - Constructor for class com.voidsearch.voidbase.storage.jobqueue.JobQueue
 
JobQueue.RequestExecutor - Class in com.voidsearch.voidbase.storage.jobqueue
 
JobQueue.RequestExecutor(JobQueue) - Constructor for class com.voidsearch.voidbase.storage.jobqueue.JobQueue.RequestExecutor
 
JobRequest - Class in com.voidsearch.voidbase.storage.jobqueue
 
JobRequest() - Constructor for class com.voidsearch.voidbase.storage.jobqueue.JobRequest
 
JobResult - Interface in com.voidsearch.voidbase.storage.jobqueue
 
join(String) - Method in class org.json.JSONArray
Make a string from the contents of this JSONArray.
JSONArray - Class in org.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class org.json.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class org.json.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class org.json.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection) - Constructor for class org.json.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Collection, boolean) - Constructor for class org.json.JSONArray
Construct a JSONArray from a collection of beans.
JSONArray(Object) - Constructor for class org.json.JSONArray
Construct a JSONArray from an array
JSONArray(Object, boolean) - Constructor for class org.json.JSONArray
Construct a JSONArray from an array with a bean.
JSONException - Exception in org.json
The JSONException is thrown by the JSON.org classes then things are amiss.
JSONException(String) - Constructor for exception org.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception org.json.JSONException
 
JSONML - Class in org.json
This provides static methods to convert an XML text into a JSONArray or JSONObject, and to covert a JSONArray or JSONObject into an XML text using the JsonML transform.
JSONML() - Constructor for class org.json.JSONML
 
JSONObject - Class in org.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class org.json.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class org.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class org.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map) - Constructor for class org.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Map, boolean) - Constructor for class org.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - Constructor for class org.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, boolean) - Constructor for class org.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, String[]) - Constructor for class org.json.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class org.json.JSONObject
Construct a JSONObject from a source JSON text string.
JSONString - Interface in org.json
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONStringer - Class in org.json
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - Constructor for class org.json.JSONStringer
Make a fresh JSONStringer.
JSONTokener - Class in org.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(Reader) - Constructor for class org.json.JSONTokener
Construct a JSONTokener from a string.
JSONTokener(String) - Constructor for class org.json.JSONTokener
Construct a JSONTokener from a string.
JSONWriter - Class in org.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class org.json.JSONWriter
Make a fresh JSONWriter.

K

KeepAliveMessage - Class in com.voidsearch.voidbase.storage.distributed.message
 
KeepAliveMessage() - Constructor for class com.voidsearch.voidbase.storage.distributed.message.KeepAliveMessage
 
KEY - Static variable in class com.voidsearch.voidbase.apps.cache.module.distributed.DistributedPersistenceStoreProtocol
 
KEY - Static variable in class com.voidsearch.voidbase.apps.cache.module.messages.MessagePersistenceStoreProtocol
 
key - Variable in class com.voidsearch.voidbase.storage.bdb.BDBRecord
 
key(String) - Method in class org.json.JSONWriter
Append a key.
keys() - Method in class org.json.JSONObject
Get an enumeration of the keys of the JSONObject.
KeyValueStorage - Interface in com.voidsearch.voidbase.storage
 

L

length() - Method in class org.json.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class org.json.JSONObject
Get the number of keys stored in the JSONObject.
list() - Method in class com.voidsearch.voidbase.apps.queuetree.client.QueueTreeClient
 
LIST - Static variable in class com.voidsearch.voidbase.protocol.VoidBaseOperationType
 
listQueues() - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
lockType - Variable in class com.voidsearch.voidbase.apps.cache.containers.CacheOperation
 
log - Static variable in class com.voidsearch.voidbase.core.VoidBaseLogger
 
log(String) - Method in class com.voidsearch.voidbase.core.VoidBaseLogger
 
log - Static variable in class com.voidsearch.voidbase.core.VoidBaseLogService
 
log(String, String) - Method in class com.voidsearch.voidbase.core.VoidBaseLogService
 
LOG_FILE - Static variable in class com.voidsearch.voidbase.config.Config
 
LOG_QUEUE - Static variable in class com.voidsearch.voidbase.config.Config
 
logException(Exception) - Static method in class com.voidsearch.voidbase.util.GenericUtil
 
logException(String, StackTraceElement[]) - Static method in class com.voidsearch.voidbase.util.GenericUtil
 
logger - Static variable in class com.voidsearch.voidbase.apps.cache.CacheModule
 
logger - Static variable in class com.voidsearch.voidbase.apps.cache.CacheModuleLockStrategy
 
logger - Static variable in class com.voidsearch.voidbase.apps.cache.VoidBaseCache
 
logger - Static variable in class com.voidsearch.voidbase.config.VoidBaseConfig
 
logger - Static variable in class com.voidsearch.voidbase.core.VoidBaseCore
 
logger - Static variable in class com.voidsearch.voidbase.http.HttpRequestDispatcher
 
logger - Static variable in class com.voidsearch.voidbase.http.HttpRequestHandler
 
logger - Static variable in class com.voidsearch.voidbase.storage.bdb.BDBStorage
 
logger - Static variable in class com.voidsearch.voidbase.storage.bdb.BDBStore
 
logger - Static variable in class com.voidsearch.voidbase.storage.distributed.DistributedStorage
 
logger - Static variable in class com.voidsearch.voidbase.storage.distributed.DistributedStore
 
logger - Static variable in class com.voidsearch.voidbase.storage.distributed.router.DistributedStoreRouter
 
logger - Static variable in class com.voidsearch.voidbase.storage.distributed.router.strategy.StrategyFactory
 
logger - Static variable in class com.voidsearch.voidbase.storage.distributed.router.topology.Connection
 
logger - Static variable in class com.voidsearch.voidbase.storage.distributed.router.topology.ConnectionPool
 
logger - Static variable in class com.voidsearch.voidbase.storage.distributed.router.topology.StorageTopology
 
logger - Static variable in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
logger - Static variable in class com.voidsearch.voidbase.supervision.VoidBaseTaskManager
 
logger - Static variable in class com.voidsearch.voidbase.util.GenericUtil
 
logger - Static variable in class com.voidsearch.voidbase.VoidBase
 
loggerMap - Static variable in class com.voidsearch.voidbase.core.VoidBaseLogService
 
LT - Static variable in class org.json.XML
The Character '<'.

M

main(String[]) - Static method in class com.voidsearch.voidbase.VoidBase
 
main(String[]) - Static method in class org.json.Test
Entry point.
MAX - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
MAX_REQUESTS - Static variable in class com.voidsearch.voidbase.config.Config
 
MEDIAN - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
mergeConfiguration(List<String>) - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
message - Variable in class com.voidsearch.voidbase.module.VoidBaseModuleResponse
 
MESSAGE - Static variable in class com.voidsearch.voidbase.protocol.VoidBaseProtocol
 
Message - Class in com.voidsearch.voidbase.storage.distributed.message
 
Message() - Constructor for class com.voidsearch.voidbase.storage.distributed.message.Message
 
Message(byte[]) - Constructor for class com.voidsearch.voidbase.storage.distributed.message.Message
 
MessagePersistenceStore - Class in com.voidsearch.voidbase.apps.cache.module.messages
MessagePersistenceStore implementation of VoidBaseCache.
MessagePersistenceStore() - Constructor for class com.voidsearch.voidbase.apps.cache.module.messages.MessagePersistenceStore
Creates a new instance of a MessagePersistenceStore
MessagePersistenceStoreProtocol - Class in com.voidsearch.voidbase.apps.cache.module.messages
MessagePersistenceStoreProtocol implements a protocol for MessagePersistenceStore
MessagePersistenceStoreProtocol() - Constructor for class com.voidsearch.voidbase.apps.cache.module.messages.MessagePersistenceStoreProtocol
Creates a new instance of a MessagePersistenceStoreProtocol
MessageProcessor - Interface in com.voidsearch.voidbase.storage.distributed.message
 
MessageProcessorException - Exception in com.voidsearch.voidbase.storage.distributed.message
 
MessageProcessorException(String) - Constructor for exception com.voidsearch.voidbase.storage.distributed.message.MessageProcessorException
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class com.voidsearch.voidbase.http.HttpRequestHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class com.voidsearch.voidbase.storage.distributed.router.nio.RouterSocketClientHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class com.voidsearch.voidbase.storage.distributed.router.nio.RouterSocketServerHandler
 
METHOD - Static variable in class com.voidsearch.voidbase.apps.cache.module.distributed.DistributedPersistenceStoreProtocol
 
METHOD - Static variable in class com.voidsearch.voidbase.apps.cache.module.messages.MessagePersistenceStoreProtocol
 
METHOD - Static variable in class com.voidsearch.voidbase.protocol.VoidBaseProtocol
 
MetroCell - Interface in com.voidsearch.voidbase.storage
 
MIN - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
mode - Variable in class org.json.JSONWriter
The current mode.
module - Static variable in class com.voidsearch.voidbase.client.VoidBaseHttpClient
 
moduleBroadcast() - Method in class com.voidsearch.voidbase.core.VoidBaseCore
 
MODULES - Static variable in class com.voidsearch.voidbase.config.Config
 
more() - Method in class org.json.JSONTokener
Determine if the source string still contains characters that next() can consume.
MULTIVALUE_DELIMITER - Static variable in enum com.voidsearch.voidbase.serialization.VoidBaseSerialization
 

N

name - Variable in class com.voidsearch.voidbase.apps.cache.CacheModule
 
name - Variable in class com.voidsearch.voidbase.apps.cache.containers.CacheOperation
 
name - Variable in class com.voidsearch.voidbase.apps.cache.VoidBaseCache
 
NAME - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
name - Variable in class com.voidsearch.voidbase.protocol.VoidBaseOperationType
 
name - Variable in class com.voidsearch.voidbase.storage.distributed.router.topology.StorageNode
 
names() - Method in class org.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
next() - Method in class org.json.JSONTokener
Get the next character in the source string.
next(char) - Method in class org.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class org.json.JSONTokener
Get the next n characters.
nextCDATA() - Method in class org.json.XMLTokener
Get the text in the CDATA block.
nextClean() - Method in class org.json.JSONTokener
Get the next char in the string, skipping whitespace.
nextContent() - Method in class org.json.XMLTokener
Get the next XML outer token, trimming whitespace.
nextEntity(char) - Method in class org.json.XMLTokener
Return the next entity.
nextMeta() - Method in class org.json.XMLTokener
Returns the next XML meta token.
nextString(char) - Method in class org.json.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class org.json.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class org.json.JSONTokener
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes first.
nextToken() - Method in class org.json.HTTPTokener
Get the next token or string.
nextToken() - Method in class org.json.XMLTokener
Get the next XML Token.
nextValue() - Method in class org.json.JSONTokener
Get the next value.
nodes - Static variable in class com.voidsearch.voidbase.storage.distributed.router.topology.StorageTopology
 
normalizeParams(Map<String, List<String>>) - Method in class com.voidsearch.voidbase.module.VoidBaseModuleRequest
 
noSpace(String) - Static method in class org.json.XML
Throw an exception if the string contains whitespace.
NOT_FOUND - Static variable in class com.voidsearch.voidbase.config.Config
 
NULL - Static variable in class org.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
numberToString(Number) - Static method in class org.json.JSONObject
Produce a string from a Number.
numPartitions - Variable in class com.voidsearch.voidbase.storage.PartitionedStore
 

O

object() - Method in class org.json.JSONWriter
Begin appending a new object.
open(String, String) - Method in class com.voidsearch.voidbase.storage.bdb.BDBStorage
 
open(String, String) - Method in class com.voidsearch.voidbase.storage.distributed.DistributedStorage
 
open(String, String) - Method in interface com.voidsearch.voidbase.storage.KeyValueStorage
 
operations - Variable in class com.voidsearch.voidbase.apps.cache.VoidBaseCache
 
opt(int) - Method in class org.json.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class org.json.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class org.json.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class org.json.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class org.json.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class org.json.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class org.json.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class org.json.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - Method in class org.json.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class org.json.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class org.json.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class org.json.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
options - Variable in class com.voidsearch.voidbase.VoidBase
 
optJSONArray(int) - Method in class org.json.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class org.json.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class org.json.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class org.json.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class org.json.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class org.json.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class org.json.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class org.json.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class org.json.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class org.json.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class org.json.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class org.json.JSONObject
Get an optional string associated with a key.
org.json - package org.json
 
OUTPUT - Static variable in class com.voidsearch.voidbase.protocol.VoidBaseProtocol
 

P

paramCount() - Method in class com.voidsearch.voidbase.protocol.VoidBaseHttpRequest
 
parseArgs(String[]) - Method in class com.voidsearch.voidbase.VoidBase
 
parseQuery(String) - Method in class com.voidsearch.voidbase.protocol.VoidBaseHttpRequest
 
PartitionedBDBStorage - Class in com.voidsearch.voidbase.storage.bdb
User: Igor Bogicevic Date: Oct 7, 2009 11:05:22 PM
PartitionedBDBStorage() - Constructor for class com.voidsearch.voidbase.storage.bdb.PartitionedBDBStorage
 
PartitionedStore - Class in com.voidsearch.voidbase.storage
 
PartitionedStore() - Constructor for class com.voidsearch.voidbase.storage.PartitionedStore
 
persistToStore(LinkedList<ResourceEntry>, CacheModule) - Method in class com.voidsearch.voidbase.apps.feedq.FeedQueueModule
 
pIdx - Variable in class com.voidsearch.voidbase.storage.bdb.BDBStore
 
poll() - Method in class com.voidsearch.voidbase.storage.jobqueue.JobQueue
 
PORT - Static variable in class com.voidsearch.voidbase.config.Config
 
port - Variable in class com.voidsearch.voidbase.storage.distributed.router.topology.Connection
 
post(VoidBaseQuery, String) - Method in class com.voidsearch.voidbase.client.VoidBaseHttpClient
 
process(String, List<String>, Map<String, String>, String, String) - Method in class com.voidsearch.voidbase.apps.cache.module.distributed.DistributedPersistenceStore
Processes cache requests
process(String, String, String, String) - Method in class com.voidsearch.voidbase.apps.cache.module.distributed.DistributedPersistenceStore
 
process(String, List<String>, Map<String, String>, String, String) - Method in class com.voidsearch.voidbase.apps.cache.module.messages.MessagePersistenceStore
Processes cache requests
process(String, String, String, String) - Method in class com.voidsearch.voidbase.apps.cache.module.messages.MessagePersistenceStore
 
process(String, String, String, String) - Method in interface com.voidsearch.voidbase.apps.cache.VoidBaseCacheHandler
 
process(String, List<String>, Map<String, String>, String, String) - Method in interface com.voidsearch.voidbase.apps.cache.VoidBaseCacheHandler
 
process(byte[]) - Method in class com.voidsearch.voidbase.storage.distributed.message.ContentMessage
 
process(byte[]) - Method in class com.voidsearch.voidbase.storage.distributed.message.KeepAliveMessage
 
process(byte[]) - Method in interface com.voidsearch.voidbase.storage.distributed.message.MessageProcessor
 
put(String, CacheOperation) - Method in class com.voidsearch.voidbase.apps.cache.containers.RegisteredOperations
Puts CacheOperation in registeredOperations container
put(String, String) - Method in class com.voidsearch.voidbase.apps.cache.module.distributed.DistributedPersistenceStore
 
put(String, String) - Method in class com.voidsearch.voidbase.apps.cache.module.messages.MessagePersistenceStore
Puts a key/value pair in messages store
put(String, String) - Method in class com.voidsearch.voidbase.apps.feedq.resource.ResourceEntry
add a tag value to resource content
put(String, String) - Method in class com.voidsearch.voidbase.apps.queuetree.client.QueueTreeClient
 
PUT - Static variable in class com.voidsearch.voidbase.protocol.VoidBaseOperationType
 
put(String, String, String) - Method in class com.voidsearch.voidbase.storage.bdb.BDBStorage
 
put(String, byte[], byte[]) - Method in class com.voidsearch.voidbase.storage.bdb.BDBStorage
 
put(String, String) - Method in class com.voidsearch.voidbase.storage.bdb.BDBStore
 
put(JobRequest) - Method in class com.voidsearch.voidbase.storage.jobqueue.JobQueue
 
put(String, String, String) - Method in interface com.voidsearch.voidbase.storage.KeyValueStorage
 
put(String, byte[], byte[]) - Method in interface com.voidsearch.voidbase.storage.KeyValueStorage
 
put(MetroCell) - Method in class com.voidsearch.voidbase.storage.memory.SimpleHashStore
 
put(MetroCell) - Method in interface com.voidsearch.voidbase.storage.SynchronousStorage
 
put(boolean) - Method in class org.json.JSONArray
Append a boolean value.
put(Collection) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class org.json.JSONArray
Append a double value.
put(int) - Method in class org.json.JSONArray
Append an int value.
put(long) - Method in class org.json.JSONArray
Append an long value.
put(Map) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class org.json.JSONArray
Append an object value.
put(int, boolean) - Method in class org.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class org.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class org.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class org.json.JSONArray
Put or replace a long value.
put(int, Map) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(int, Object) - Method in class org.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, Collection) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, boolean) - Method in class org.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, double) - Method in class org.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class org.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class org.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject.
putFIFO(String, Object) - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
putOnce(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
putOpt(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.

Q

queryParams - Static variable in class com.voidsearch.voidbase.client.VoidBaseQuery
 
QUEST - Static variable in class org.json.XML
The Character '?'.
QUEUE - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
queue(String) - Method in class com.voidsearch.voidbase.core.VoidBaseLogger
 
QUEUE_ALREADY_EXISTS - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
QUEUE_ELEMENTS - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
QUEUE_LIST - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
QUEUE_STAT - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
QueueAlreadyExistsException - Exception in com.voidsearch.voidbase.storage.queuetree
 
QueueAlreadyExistsException() - Constructor for exception com.voidsearch.voidbase.storage.queuetree.QueueAlreadyExistsException
 
QueueEntry - Class in com.voidsearch.voidbase.storage.queuetree
 
QueueEntry(Object) - Constructor for class com.voidsearch.voidbase.storage.queuetree.QueueEntry
 
queueExists(String) - Method in class com.voidsearch.voidbase.apps.queuetree.module.QueueTreeModule
 
queueExists(String) - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
QueueMetadata - Class in com.voidsearch.voidbase.storage.queuetree
 
QueueMetadata(String, int) - Constructor for class com.voidsearch.voidbase.storage.queuetree.QueueMetadata
 
QueueTreeClient - Class in com.voidsearch.voidbase.apps.queuetree.client
 
QueueTreeClient(String) - Constructor for class com.voidsearch.voidbase.apps.queuetree.client.QueueTreeClient
 
QueueTreeConnector - Class in com.voidsearch.voidbase.apps.queuetree.connectors
 
QueueTreeConnector() - Constructor for class com.voidsearch.voidbase.apps.queuetree.connectors.QueueTreeConnector
 
QueueTreeFeed - Class in com.voidsearch.voidbase.apps.queuetree.protocol
 
QueueTreeFeed() - Constructor for class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeFeed
 
QueueTreeFeedUtils - Class in com.voidsearch.voidbase.apps.queuetree.protocol
 
QueueTreeFeedUtils() - Constructor for class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeFeedUtils
 
QueueTreeHooks - Class in com.voidsearch.voidbase.storage.queuetree
 
QueueTreeHooks() - Constructor for class com.voidsearch.voidbase.storage.queuetree.QueueTreeHooks
 
QueueTreeModule - Class in com.voidsearch.voidbase.apps.queuetree.module
 
QueueTreeModule() - Constructor for class com.voidsearch.voidbase.apps.queuetree.module.QueueTreeModule
 
QueueTreeProtocol - Class in com.voidsearch.voidbase.apps.queuetree.protocol
 
QueueTreeProtocol() - Constructor for class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
QueueTreeQuery - Class in com.voidsearch.voidbase.apps.queuetree.client
 
QueueTreeQuery(String) - Constructor for class com.voidsearch.voidbase.apps.queuetree.client.QueueTreeQuery
 
QueueTreeResponse - Class in com.voidsearch.voidbase.apps.queuetree.protocol
 
QueueTreeResponse() - Constructor for class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeResponse
 
QueueTreeStorage - Class in com.voidsearch.voidbase.storage.queuetree
 
QueueTreeStorage() - Constructor for class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
QueueTreeSupervisionStrategy - Class in com.voidsearch.voidbase.apps.queuetree.supervision
 
QueueTreeSupervisionStrategy() - Constructor for class com.voidsearch.voidbase.apps.queuetree.supervision.QueueTreeSupervisionStrategy
 
QueueTreeTaskExpirationHandler - Class in com.voidsearch.voidbase.apps.queuetree.supervision
 
QueueTreeTaskExpirationHandler() - Constructor for class com.voidsearch.voidbase.apps.queuetree.supervision.QueueTreeTaskExpirationHandler
 
QUOT - Static variable in class org.json.XML
The Character '"'.
quote(String) - Static method in class org.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.

R

readingChunks - Variable in class com.voidsearch.voidbase.http.HttpRequestHandler
 
reflectModule(String) - Method in class com.voidsearch.voidbase.core.VoidBaseCore
 
register(String, VoidBaseModule) - Method in class com.voidsearch.voidbase.core.VoidBaseResourceRegister
 
register(SupervisedStorage) - Method in class com.voidsearch.voidbase.supervision.StorageSupervisor
 
registerDequeuer() - Method in interface com.voidsearch.voidbase.storage.AsynchronousStorage
 
registerDequeuer() - Method in class com.voidsearch.voidbase.storage.jobqueue.JobQueue
 
RegisteredOperations - Class in com.voidsearch.voidbase.apps.cache.containers
Container of all registered operations and their behavior and locking for certain Cache handler
RegisteredOperations() - Constructor for class com.voidsearch.voidbase.apps.cache.containers.RegisteredOperations
Creates a new instance of a RegisteredOperations
registeredOperations - Variable in class com.voidsearch.voidbase.apps.cache.containers.RegisteredOperations
 
registerLogger(String) - Method in class com.voidsearch.voidbase.core.VoidBaseLogService
 
registerLogger(String, String) - Method in class com.voidsearch.voidbase.core.VoidBaseLogService
 
registerQueue(String, String) - Method in class com.voidsearch.voidbase.core.VoidBaseLogService
 
releaseSlot(VoidBaseModule, VoidBaseModuleRequest) - Method in class com.voidsearch.voidbase.core.VoidBaseRequestQueue
 
remove(int) - Method in class org.json.JSONArray
Remove a index and close the hole.
remove(String) - Method in class org.json.JSONObject
Remove a name and its value, if present.
renderResponse(CacheValue, String, CacheResponseStatus) - Method in class com.voidsearch.voidbase.apps.cache.CacheModule
Returns rendered Cache response from CacheValue object
renderResponse(String, String, CacheResponseStatus) - Method in class com.voidsearch.voidbase.apps.cache.CacheModule
Returns rendered Cache response
renderStatus(CacheResponseStatus) - Method in class com.voidsearch.voidbase.apps.cache.CacheModule
Returnds response status from a cache response
request - Variable in class com.voidsearch.voidbase.http.HttpRequestHandler
 
REQUEST_QUEUE - Static variable in class com.voidsearch.voidbase.config.Config
 
requiredParams - Static variable in class com.voidsearch.voidbase.protocol.VoidBaseProtocol
 
RESIZE - Static variable in class com.voidsearch.voidbase.protocol.VoidBaseOperationType
 
RESIZED - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
resizeQueue(String, int) - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
RESOURCE_DELIMITER - Static variable in class com.voidsearch.voidbase.apps.feedq.connector.fetcher.ResourceType
 
RESOURCE_URI - Static variable in class com.voidsearch.voidbase.config.Config
 
ResourceAlreadyRegisteredException - Exception in com.voidsearch.voidbase.core
 
ResourceAlreadyRegisteredException() - Constructor for exception com.voidsearch.voidbase.core.ResourceAlreadyRegisteredException
 
ResourceCluster - Class in com.voidsearch.voidbase.apps.feedq.resource
 
ResourceCluster(String) - Constructor for class com.voidsearch.voidbase.apps.feedq.resource.ResourceCluster
 
ResourceDeserializationException - Exception in com.voidsearch.voidbase.apps.feedq.resource
 
ResourceDeserializationException() - Constructor for exception com.voidsearch.voidbase.apps.feedq.resource.ResourceDeserializationException
 
ResourceEntry - Class in com.voidsearch.voidbase.apps.feedq.resource
 
ResourceEntry() - Constructor for class com.voidsearch.voidbase.apps.feedq.resource.ResourceEntry
 
ResourceMetric - Interface in com.voidsearch.voidbase.apps.feedq.metric
 
resources() - Method in class com.voidsearch.voidbase.apps.feedq.resource.ResourceCluster
 
ResourceType - Class in com.voidsearch.voidbase.apps.feedq.connector.fetcher
 
ResourceType() - Constructor for class com.voidsearch.voidbase.apps.feedq.connector.fetcher.ResourceType
 
RESPONSE_END - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeFeed
 
RESPONSE_START - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeFeed
 
responseBuilder - Variable in class com.voidsearch.voidbase.module.VoidBaseModuleResponse
 
Router - Interface in com.voidsearch.voidbase.storage.distributed.router
 
RouterSocketClientHandler - Class in com.voidsearch.voidbase.storage.distributed.router.nio
 
RouterSocketClientHandler() - Constructor for class com.voidsearch.voidbase.storage.distributed.router.nio.RouterSocketClientHandler
 
RouterSocketClientPipelineFactory - Class in com.voidsearch.voidbase.storage.distributed.router.nio
 
RouterSocketClientPipelineFactory(ChannelHandler) - Constructor for class com.voidsearch.voidbase.storage.distributed.router.nio.RouterSocketClientPipelineFactory
 
RouterSocketServerHandler - Class in com.voidsearch.voidbase.storage.distributed.router.nio
 
RouterSocketServerHandler() - Constructor for class com.voidsearch.voidbase.storage.distributed.router.nio.RouterSocketServerHandler
 
RouterSocketServerPipelineFactory - Class in com.voidsearch.voidbase.storage.distributed.router.nio
 
RouterSocketServerPipelineFactory(ChannelHandler) - Constructor for class com.voidsearch.voidbase.storage.distributed.router.nio.RouterSocketServerPipelineFactory
 
rowToJSONArray(JSONTokener) - Static method in class org.json.CDL
Produce a JSONArray of strings from a row of comma delimited values.
rowToJSONObject(JSONArray, JSONTokener) - Static method in class org.json.CDL
Produce a JSONObject from a row of comma delimited text, using a parallel JSONArray of strings to provides the names of the elements.
rowToString(JSONArray) - Static method in class org.json.CDL
Produce a comma delimited text row from a JSONArray.
run() - Method in class com.voidsearch.voidbase.apps.cache.CacheModule
Currently just logs when CacheModule starts
run() - Method in class com.voidsearch.voidbase.apps.example.module.ExampleVoidBaseModule
 
run() - Method in class com.voidsearch.voidbase.apps.feedq.FeedQueueModule
 
run() - Method in class com.voidsearch.voidbase.apps.fileserver.FileServerModule
 
run() - Method in class com.voidsearch.voidbase.apps.helloworld.HelloWorldModule
 
run() - Method in class com.voidsearch.voidbase.apps.queuetree.module.QueueTreeModule
 
run() - Method in class com.voidsearch.voidbase.apps.stats.VoidBaseStatsModule
 
run() - Method in class com.voidsearch.voidbase.apps.webapi.WebAPIModule
 
run() - Method in class com.voidsearch.voidbase.core.VoidBaseCore
 
run() - Method in class com.voidsearch.voidbase.core.VoidBaseRequestQueue
 
run() - Method in class com.voidsearch.voidbase.http.HttpRequestDispatcher
 
run() - Method in class com.voidsearch.voidbase.storage.jobqueue.JobQueue.RequestExecutor
 
run() - Method in class com.voidsearch.voidbase.storage.jobqueue.JobQueue
 
run() - Method in class com.voidsearch.voidbase.supervision.StorageSupervisor
 

S

serialize() - Method in enum com.voidsearch.voidbase.apps.cache.containers.CacheContentType
Serializes a content of a CacheContentType
serialize() - Method in enum com.voidsearch.voidbase.apps.cache.containers.CacheLockType
Serializes a content of a CacheLockType
serialize() - Method in enum com.voidsearch.voidbase.apps.cache.containers.CacheResponseStatus
Serializes a content of a CacheOperation
serialize() - Method in enum com.voidsearch.voidbase.module.VoidBaseResponseStatus
 
serialize() - Method in enum com.voidsearch.voidbase.module.VoidBaseResponseType
 
serialize(VoidBaseOperationType) - Method in class com.voidsearch.voidbase.protocol.VoidBaseOperationType
 
serializeToHttpContentType() - Method in enum com.voidsearch.voidbase.module.VoidBaseResponseType
 
serializeToHttpResponseStatus() - Method in enum com.voidsearch.voidbase.module.VoidBaseResponseStatus
 
set(String, String) - Method in class com.voidsearch.voidbase.client.VoidBaseQuery
 
set(String, Object) - Method in class com.voidsearch.voidbase.storage.queuetree.QueueMetadata
 
setContent(CacheValue) - Method in class com.voidsearch.voidbase.apps.cache.containers.CacheResponse
 
setCounter(StorageStats.Counter, long) - Method in class com.voidsearch.voidbase.supervision.StorageStats
 
setDelimiter(String) - Method in class com.voidsearch.voidbase.apps.feedq.resource.XMLFeedResource
 
setHandler(String) - Method in class com.voidsearch.voidbase.client.VoidBaseQuery
 
setHost(String) - Method in class com.voidsearch.voidbase.client.VoidBaseQuery
 
setHost(String) - Method in class com.voidsearch.voidbase.storage.distributed.router.topology.Connection
 
setHostname(String) - Method in class com.voidsearch.voidbase.storage.distributed.router.topology.StorageNode
 
setID(Integer) - Method in class com.voidsearch.voidbase.storage.distributed.router.topology.StorageNode
 
setIP(String) - Method in class com.voidsearch.voidbase.storage.distributed.router.topology.StorageNode
 
setLogQueue(String) - Method in class com.voidsearch.voidbase.core.VoidBaseLogger
 
setMetadata(LinkedHashMap<String, Object>) - Method in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeResponse
 
setMetadata(LinkedHashMap<String, Object>) - Method in class com.voidsearch.voidbase.protocol.VoidBaseHttpResponse
 
setName(String) - Method in class com.voidsearch.voidbase.storage.distributed.router.topology.StorageNode
 
setNumResults(int) - Method in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeResponse
 
setNumResults(int) - Method in class com.voidsearch.voidbase.protocol.VoidBaseHttpResponse
 
setPort(Integer) - Method in class com.voidsearch.voidbase.storage.distributed.router.topology.Connection
 
setRequest(VoidBaseHttpRequest) - Method in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeResponse
 
setRequest(VoidBaseHttpRequest) - Method in class com.voidsearch.voidbase.protocol.VoidBaseHttpResponse
 
setResponse(Object) - Method in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeResponse
 
setResponse(Object) - Method in class com.voidsearch.voidbase.protocol.VoidBaseHttpResponse
 
setResult(Object) - Method in interface com.voidsearch.voidbase.storage.jobqueue.JobResult
 
setResult(Object) - Method in class com.voidsearch.voidbase.storage.jobqueue.SimpleJobResult
 
setStat(String, Integer) - Method in class com.voidsearch.voidbase.apps.feedq.resource.ResourceCluster
 
setState(StorageStats.State) - Method in class com.voidsearch.voidbase.supervision.StorageStats
 
setStatus(CacheResponseStatus) - Method in class com.voidsearch.voidbase.apps.cache.containers.CacheResponse
 
setStatus(VoidBaseResponseStatus) - Method in class com.voidsearch.voidbase.module.VoidBaseModuleResponse
 
setStrategy(SupervisionStrategy) - Method in class com.voidsearch.voidbase.supervision.StorageSupervisor
 
setTimeout(long) - Method in class com.voidsearch.voidbase.storage.jobqueue.JobRequest
 
setType(String) - Method in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeResponse
 
setType(String) - Method in class com.voidsearch.voidbase.protocol.VoidBaseHttpResponse
 
setType(VoidBaseSerialization) - Method in class com.voidsearch.voidbase.storage.queuetree.QueueMetadata
 
setXMLConfig(XMLConfiguration) - Method in class com.voidsearch.voidbase.config.VoidBaseConfig
 
SimpleHashStore - Class in com.voidsearch.voidbase.storage.memory
 
SimpleHashStore() - Constructor for class com.voidsearch.voidbase.storage.memory.SimpleHashStore
 
SimpleJobResult - Class in com.voidsearch.voidbase.storage.jobqueue
 
SimpleJobResult() - Constructor for class com.voidsearch.voidbase.storage.jobqueue.SimpleJobResult
 
SimpleJobResult(String) - Constructor for class com.voidsearch.voidbase.storage.jobqueue.SimpleJobResult
 
SimpleMetric - Class in com.voidsearch.voidbase.apps.feedq.metric
 
SimpleMetric() - Constructor for class com.voidsearch.voidbase.apps.feedq.metric.SimpleMetric
 
singleton - Static variable in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
SIZE - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
skipPast(String) - Method in class org.json.XMLTokener
Skip characters until past the requested string.
skipTo(char) - Method in class org.json.JSONTokener
Skip characters until the next character is the requested character.
SLASH - Static variable in class org.json.XML
The Character '/'.
slotAvailable(VoidBaseModule, VoidBaseModuleRequest) - Method in class com.voidsearch.voidbase.core.VoidBaseRequestQueue
 
sortedKeys() - Method in class org.json.JSONObject
Get an enumeration of the keys of the JSONObject.
split(String, char) - Static method in class com.voidsearch.voidbase.util.GenericUtil
 
start(String[]) - Method in class com.voidsearch.voidbase.VoidBase
 
startHTTPServer(ChannelPipelineFactory, int) - Method in class com.voidsearch.voidbase.http.HttpRequestDispatcher
 
STAT - Static variable in class com.voidsearch.voidbase.protocol.VoidBaseOperationType
 
status - Variable in class com.voidsearch.voidbase.apps.cache.containers.CacheResponse
 
STATUS - Static variable in class com.voidsearch.voidbase.config.Config
 
status - Variable in class com.voidsearch.voidbase.module.VoidBaseModuleResponse
 
STORAGE - Static variable in class com.voidsearch.voidbase.config.Config
 
storage - Static variable in class com.voidsearch.voidbase.storage.bdb.BDBStorage
 
storage - Static variable in class com.voidsearch.voidbase.storage.distributed.DistributedStorage
 
storage - Static variable in class com.voidsearch.voidbase.storage.distributed.router.DistributedStoreRouter
 
STORAGE_SUPERVISED - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
StorageException - Exception in com.voidsearch.voidbase.storage
 
StorageException(String) - Constructor for exception com.voidsearch.voidbase.storage.StorageException
 
StorageNode - Class in com.voidsearch.voidbase.storage.distributed.router.topology
 
StorageNode(Integer, String) - Constructor for class com.voidsearch.voidbase.storage.distributed.router.topology.StorageNode
 
StorageOperation - Enum in com.voidsearch.voidbase.storage
 
StorageOperationHooks - Interface in com.voidsearch.voidbase.storage
 
StorageStats - Class in com.voidsearch.voidbase.supervision
 
StorageStats(SupervisedStorage) - Constructor for class com.voidsearch.voidbase.supervision.StorageStats
 
StorageStats.Counter - Enum in com.voidsearch.voidbase.supervision
 
StorageStats.State - Enum in com.voidsearch.voidbase.supervision
 
StorageSupervisor - Class in com.voidsearch.voidbase.supervision
 
StorageTopology - Class in com.voidsearch.voidbase.storage.distributed.router.topology
 
StorageTopology() - Constructor for class com.voidsearch.voidbase.storage.distributed.router.topology.StorageTopology
 
StorageTopologyException - Exception in com.voidsearch.voidbase.storage.distributed.router.topology
 
StorageTopologyException(String) - Constructor for exception com.voidsearch.voidbase.storage.distributed.router.topology.StorageTopologyException
 
STORE - Static variable in class com.voidsearch.voidbase.apps.cache.module.messages.MessagePersistenceStore
 
store - Variable in class com.voidsearch.voidbase.storage.bdb.BDBStore
 
storeConfig - Variable in class com.voidsearch.voidbase.storage.bdb.BDBStore
 
stores - Variable in class com.voidsearch.voidbase.storage.bdb.BDBStorage
 
stores - Variable in class com.voidsearch.voidbase.storage.distributed.DistributedStorage
 
Strategy - Interface in com.voidsearch.voidbase.storage.distributed.router.strategy
 
strategy - Static variable in class com.voidsearch.voidbase.storage.distributed.router.topology.StorageTopology
 
StrategyException - Exception in com.voidsearch.voidbase.storage.distributed.router.strategy
 
StrategyException(String) - Constructor for exception com.voidsearch.voidbase.storage.distributed.router.strategy.StrategyException
 
StrategyFactory - Class in com.voidsearch.voidbase.storage.distributed.router.strategy
 
StrategyFactory() - Constructor for class com.voidsearch.voidbase.storage.distributed.router.strategy.StrategyFactory
 
stringToValue(String) - Static method in class org.json.JSONObject
Try to convert a string into a number, boolean, or null.
supervise(SupervisedStorage, StorageStats) - Method in class com.voidsearch.voidbase.supervision.ConservativeSupervisionStrategy
 
supervise(SupervisedStorage, StorageStats) - Method in interface com.voidsearch.voidbase.supervision.SupervisionStrategy
 
SupervisedStorage - Interface in com.voidsearch.voidbase.storage
 
SupervisionException - Exception in com.voidsearch.voidbase.supervision
 
SupervisionException() - Constructor for exception com.voidsearch.voidbase.supervision.SupervisionException
 
SupervisionException(String) - Constructor for exception com.voidsearch.voidbase.supervision.SupervisionException
 
SupervisionStrategy - Interface in com.voidsearch.voidbase.supervision
 
SynchronousStorage - Interface in com.voidsearch.voidbase.storage
 
syntaxError(String) - Method in class org.json.JSONTokener
Make a JSONException to signal a syntax error.

T

TaskExpirationHandler - Interface in com.voidsearch.voidbase.supervision
 
Test - Class in org.json
Test class.
Test() - Constructor for class org.json.Test
 
text - Variable in class com.voidsearch.voidbase.apps.cache.containers.CacheContent
 
TIME_START - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
TIMESTAMP - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
toJSONArray(String) - Static method in class org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(JSONTokener) - Static method in class org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(JSONArray, String) - Static method in class org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(JSONArray, JSONTokener) - Static method in class org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(String) - Static method in class org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONArray(XMLTokener) - Static method in class org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONArray(JSONArray) - Method in class org.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(String) - Static method in class org.json.Cookie
Convert a cookie specification string into a JSONObject.
toJSONObject(String) - Static method in class org.json.CookieList
Convert a cookie list into a JSONObject.
toJSONObject(String) - Static method in class org.json.HTTP
Convert an HTTP header string into a JSONObject.
toJSONObject(JSONArray) - Method in class org.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONObject(XMLTokener) - Static method in class org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONObject(String) - Static method in class org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONObject(String) - Static method in class org.json.XML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject.
toJSONString() - Method in interface org.json.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
topology - Static variable in class com.voidsearch.voidbase.storage.distributed.router.topology.StorageTopology
 
toString() - Method in class com.voidsearch.voidbase.apps.cache.containers.CacheContent
Returns String from CacheContent object
toString() - Method in class com.voidsearch.voidbase.apps.cache.containers.CacheOperation
Returns a String from CacheOperation object
toString() - Method in class com.voidsearch.voidbase.apps.cache.containers.RegisteredOperations
Returns a String from RegisteredOperations object
toString() - Method in class com.voidsearch.voidbase.apps.feedq.resource.ResourceEntry
render a simple representation of entry content
toString() - Method in class com.voidsearch.voidbase.module.VoidBaseModuleRequest
 
toString() - Method in class com.voidsearch.voidbase.protocol.VoidBaseHttpRequest
 
toString() - Method in class com.voidsearch.voidbase.protocol.VoidBaseOperationType
 
toString() - Method in interface com.voidsearch.voidbase.storage.jobqueue.JobResult
 
toString() - Method in class com.voidsearch.voidbase.storage.jobqueue.SimpleJobResult
 
toString() - Method in class com.voidsearch.voidbase.storage.queuetree.QueueEntry
 
toString(Object) - Static method in class com.voidsearch.voidbase.util.GenericUtil
 
toString(JSONArray) - Static method in class org.json.CDL
Produce a comma delimited text from a JSONArray of JSONObjects.
toString(JSONArray, JSONArray) - Static method in class org.json.CDL
Produce a comma delimited text from a JSONArray of JSONObjects using a provided list of names.
toString(JSONObject) - Static method in class org.json.Cookie
Convert a JSONObject into a cookie specification string.
toString(JSONObject) - Static method in class org.json.CookieList
Convert a JSONObject into a cookie list.
toString(JSONObject) - Static method in class org.json.HTTP
Convert a JSONObject into an HTTP header.
toString() - Method in class org.json.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class org.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString(JSONArray) - Static method in class org.json.JSONML
Reverse the JSONML transformation, making an XML text from a JSONArray.
toString(JSONObject) - Static method in class org.json.JSONML
Reverse the JSONML transformation, making an XML text from a JSONObject.
toString() - Method in class org.json.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class org.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class org.json.JSONStringer
Return the JSON text.
toString() - Method in class org.json.JSONTokener
Make a printable string of this JSONTokener.
toString(Object) - Static method in class org.json.XML
Convert a JSONObject into a well-formed, element-normal XML string.
toString(Object, String) - Static method in class org.json.XML
Convert a JSONObject into a well-formed, element-normal XML string.
TwitterUpdateFeedConnector - Class in com.voidsearch.voidbase.apps.queuetree.connectors
 
TwitterUpdateFeedConnector() - Constructor for class com.voidsearch.voidbase.apps.queuetree.connectors.TwitterUpdateFeedConnector
 
type - Variable in class com.voidsearch.voidbase.apps.cache.containers.CacheContent
 
type - Variable in class com.voidsearch.voidbase.module.VoidBaseModuleResponse
 

U

unescape(String) - Static method in class org.json.Cookie
Convert %hh sequences to single characters, and convert plus to space.
UNKNOWN - Static variable in class com.voidsearch.voidbase.protocol.VoidBaseOperationType
 
UNSUPPORTED_OPERATION - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
UnsupportedOperationException - Class in com.voidsearch.voidbase.protocol
 
UnsupportedOperationException() - Constructor for class com.voidsearch.voidbase.protocol.UnsupportedOperationException
 
updateAverage(QueueMetadata, ArrayBlockingQueue, Object) - Static method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeHooks
 
updateAverageMultipleDimensions(QueueMetadata, ArrayBlockingQueue, Object) - Static method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeHooks
 
updateCorrelation(QueueMetadata) - Static method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeHooks
 
updateCovariance(QueueMetadata, ArrayBlockingQueue, Object) - Static method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeHooks
 
updateDeviation(QueueMetadata) - Static method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeHooks
 
updateMinMax(QueueMetadata, Object) - Static method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeHooks
 
updateMinMaxMultipleDimensions(QueueMetadata, Object) - Static method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeHooks
 
updateQueryCounters() - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
updateQueryCounters(StorageOperation) - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
updateStandardDeviationMultipleDimensions(QueueMetadata) - Static method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeHooks
 
updateStats(StorageStats) - Method in class com.voidsearch.voidbase.storage.example.ExampleVoidBaseStorage
 
updateStats(StorageStats) - Method in class com.voidsearch.voidbase.storage.jobqueue.JobQueue
 
updateStats(StorageStats) - Method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeStorage
 
updateStats(StorageStats) - Method in interface com.voidsearch.voidbase.storage.SupervisedStorage
 
updateVariance(QueueMetadata, ArrayBlockingQueue, Object) - Static method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeHooks
 
updateVarianceMultipleDimensions(QueueMetadata, ArrayBlockingQueue, Object) - Static method in class com.voidsearch.voidbase.storage.queuetree.QueueTreeHooks
 
usage() - Method in class com.voidsearch.voidbase.VoidBase
 

V

VALUE - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
value - Variable in class com.voidsearch.voidbase.storage.bdb.BDBRecord
 
value(boolean) - Method in class org.json.JSONWriter
Append either the value true or the value false.
value(double) - Method in class org.json.JSONWriter
Append a double value.
value(long) - Method in class org.json.JSONWriter
Append a long value.
value(Object) - Method in class org.json.JSONWriter
Append an object value.
valueOf(String) - Static method in enum com.voidsearch.voidbase.apps.cache.containers.CacheContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.voidsearch.voidbase.apps.cache.containers.CacheLockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.voidsearch.voidbase.apps.cache.containers.CacheResponseStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.voidsearch.voidbase.module.VoidBaseResponseStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.voidsearch.voidbase.module.VoidBaseResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.voidsearch.voidbase.serialization.VoidBaseSerialization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.voidsearch.voidbase.storage.StorageOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.voidsearch.voidbase.supervision.StorageStats.Counter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.voidsearch.voidbase.supervision.StorageStats.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.voidsearch.voidbase.apps.cache.containers.CacheContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.voidsearch.voidbase.apps.cache.containers.CacheLockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.voidsearch.voidbase.apps.cache.containers.CacheResponseStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.voidsearch.voidbase.module.VoidBaseResponseStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.voidsearch.voidbase.module.VoidBaseResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Static variable in class com.voidsearch.voidbase.protocol.VoidBaseOperationType
 
values() - Static method in enum com.voidsearch.voidbase.serialization.VoidBaseSerialization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.voidsearch.voidbase.storage.StorageOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.voidsearch.voidbase.supervision.StorageStats.Counter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.voidsearch.voidbase.supervision.StorageStats.State
Returns an array containing the constants of this enum type, in the order they are declared.
VAR - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
VoidBase - Class in com.voidsearch.voidbase
 
VoidBase() - Constructor for class com.voidsearch.voidbase.VoidBase
 
VoidBaseCache - Class in com.voidsearch.voidbase.apps.cache
Abstract class as an prototype for all cache handhers, handles initialization of atomicity and cache handler operation subscriptions based on configuration.
VoidBaseCache() - Constructor for class com.voidsearch.voidbase.apps.cache.VoidBaseCache
Creates a new instance of VoidBaseCache
VoidBaseCacheHandler - Interface in com.voidsearch.voidbase.apps.cache
Interface for VoidBaseCache handlers
VoidBaseClient - Interface in com.voidsearch.voidbase.client
 
VoidBaseConfig - Class in com.voidsearch.voidbase.config
 
VoidBaseConfig() - Constructor for class com.voidsearch.voidbase.config.VoidBaseConfig
 
VoidBaseCore - Class in com.voidsearch.voidbase.core
 
VoidBaseException - Exception in com.voidsearch.voidbase
 
VoidBaseException() - Constructor for exception com.voidsearch.voidbase.VoidBaseException
 
VoidBaseException(String) - Constructor for exception com.voidsearch.voidbase.VoidBaseException
 
VoidBaseHttpClient - Class in com.voidsearch.voidbase.client
 
VoidBaseHttpClient() - Constructor for class com.voidsearch.voidbase.client.VoidBaseHttpClient
 
VoidBaseHttpClient(String, String) - Constructor for class com.voidsearch.voidbase.client.VoidBaseHttpClient
 
VoidBaseHttpRequest - Class in com.voidsearch.voidbase.protocol
 
VoidBaseHttpRequest(VoidBaseModuleRequest) - Constructor for class com.voidsearch.voidbase.protocol.VoidBaseHttpRequest
 
VoidBaseHttpRequest(String) - Constructor for class com.voidsearch.voidbase.protocol.VoidBaseHttpRequest
 
VoidBaseHttpResponse - Class in com.voidsearch.voidbase.protocol
 
VoidBaseHttpResponse() - Constructor for class com.voidsearch.voidbase.protocol.VoidBaseHttpResponse
 
VoidBaseLogger - Class in com.voidsearch.voidbase.core
 
VoidBaseLogger(String, String, VoidBaseLogService) - Constructor for class com.voidsearch.voidbase.core.VoidBaseLogger
 
VoidBaseLogger.VoidBaseLogFormatter - Class in com.voidsearch.voidbase.core
 
VoidBaseLogger.VoidBaseLogFormatter() - Constructor for class com.voidsearch.voidbase.core.VoidBaseLogger.VoidBaseLogFormatter
 
VoidBaseLogService - Class in com.voidsearch.voidbase.core
 
VoidBaseMessageBroker - Class in com.voidsearch.voidbase.broker
 
VoidBaseMessageBroker() - Constructor for class com.voidsearch.voidbase.broker.VoidBaseMessageBroker
 
VoidBaseModule - Interface in com.voidsearch.voidbase.module
 
VoidBaseModuleException - Exception in com.voidsearch.voidbase.module
 
VoidBaseModuleException(String) - Constructor for exception com.voidsearch.voidbase.module.VoidBaseModuleException
 
VoidBaseModuleRequest - Class in com.voidsearch.voidbase.module
 
VoidBaseModuleRequest(Map<String, String>) - Constructor for class com.voidsearch.voidbase.module.VoidBaseModuleRequest
 
VoidBaseModuleRequest(HttpRequest) - Constructor for class com.voidsearch.voidbase.module.VoidBaseModuleRequest
 
VoidBaseModuleRequest(HttpRequest, ChannelBuffer) - Constructor for class com.voidsearch.voidbase.module.VoidBaseModuleRequest
 
VoidBaseModuleRequest(String) - Constructor for class com.voidsearch.voidbase.module.VoidBaseModuleRequest
 
VoidBaseModuleResponse - Class in com.voidsearch.voidbase.module
 
VoidBaseModuleResponse() - Constructor for class com.voidsearch.voidbase.module.VoidBaseModuleResponse
 
VoidBaseModuleResponse(String) - Constructor for class com.voidsearch.voidbase.module.VoidBaseModuleResponse
 
VoidBaseModuleResponse(VoidBaseResponseStatus, VoidBaseResponseType) - Constructor for class com.voidsearch.voidbase.module.VoidBaseModuleResponse
 
VoidBaseModuleResponse(String, VoidBaseResponseStatus, VoidBaseResponseType) - Constructor for class com.voidsearch.voidbase.module.VoidBaseModuleResponse
 
VoidBaseModuleResponse(byte[], VoidBaseResponseStatus, VoidBaseResponseType) - Constructor for class com.voidsearch.voidbase.module.VoidBaseModuleResponse
 
VoidBaseOperationType - Class in com.voidsearch.voidbase.protocol
 
VoidBaseOperationType() - Constructor for class com.voidsearch.voidbase.protocol.VoidBaseOperationType
 
VoidBaseOperationType(String) - Constructor for class com.voidsearch.voidbase.protocol.VoidBaseOperationType
 
VoidBaseProtocol - Class in com.voidsearch.voidbase.protocol
 
VoidBaseProtocol() - Constructor for class com.voidsearch.voidbase.protocol.VoidBaseProtocol
 
VoidBaseQuery - Class in com.voidsearch.voidbase.client
 
VoidBaseQuery() - Constructor for class com.voidsearch.voidbase.client.VoidBaseQuery
 
VoidBaseQuery(String, String) - Constructor for class com.voidsearch.voidbase.client.VoidBaseQuery
 
VoidBaseRequestQueue - Class in com.voidsearch.voidbase.core
preserving per-handler connection counts and queue of pending requests operates as thread that iterates on expired requests on queue and executes soft/hard cap handlers
VoidBaseResourceRegister - Class in com.voidsearch.voidbase.core
Register of Module -> uri mappings
VoidBaseResponseStatus - Enum in com.voidsearch.voidbase.module
 
VoidBaseResponseType - Enum in com.voidsearch.voidbase.module
 
VoidBaseSerialization - Enum in com.voidsearch.voidbase.serialization
 
VoidBaseStatsModule - Class in com.voidsearch.voidbase.apps.stats
 
VoidBaseStatsModule() - Constructor for class com.voidsearch.voidbase.apps.stats.VoidBaseStatsModule
 
VoidBaseTaskManager - Class in com.voidsearch.voidbase.supervision
 
VoidBaseTaskManager() - Constructor for class com.voidsearch.voidbase.supervision.VoidBaseTaskManager
 
VoidBaseUtil - Class in com.voidsearch.voidbase.util
 
VoidBaseUtil() - Constructor for class com.voidsearch.voidbase.util.VoidBaseUtil
 

W

WebAPIException - Exception in com.voidsearch.voidbase.apps.webapi
 
WebAPIException() - Constructor for exception com.voidsearch.voidbase.apps.webapi.WebAPIException
 
WebAPIException(String) - Constructor for exception com.voidsearch.voidbase.apps.webapi.WebAPIException
 
WebAPIHandler - Interface in com.voidsearch.voidbase.apps.webapi
 
WebAPIModule - Class in com.voidsearch.voidbase.apps.webapi
 
WebAPIModule() - Constructor for class com.voidsearch.voidbase.apps.webapi.WebAPIModule
 
WebAPIProtocol - Class in com.voidsearch.voidbase.apps.webapi
 
WebAPIProtocol() - Constructor for class com.voidsearch.voidbase.apps.webapi.WebAPIProtocol
 
WebAPIQueueTreeHandler - Class in com.voidsearch.voidbase.apps.webapi
 
WebAPIQueueTreeHandler() - Constructor for class com.voidsearch.voidbase.apps.webapi.WebAPIQueueTreeHandler
 
WebAPIVoidBaseHandler - Class in com.voidsearch.voidbase.apps.webapi
 
WebAPIVoidBaseHandler() - Constructor for class com.voidsearch.voidbase.apps.webapi.WebAPIVoidBaseHandler
 
WILDCARD - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeProtocol
 
write(Writer) - Method in class org.json.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class org.json.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
writer - Variable in class org.json.JSONWriter
The writer that will receive the output.

X

XML - Class in org.json
This provides static methods to convert an XML text into a JSONObject, and to covert a JSONObject into an XML text.
XML() - Constructor for class org.json.XML
 
XML_HEADER - Static variable in class com.voidsearch.voidbase.apps.queuetree.protocol.QueueTreeFeed
 
XMLEncode(String) - Static method in class com.voidsearch.voidbase.util.VoidBaseUtil
 
XMLFeedResource - Class in com.voidsearch.voidbase.apps.feedq.resource
 
XMLFeedResource(byte[]) - Constructor for class com.voidsearch.voidbase.apps.feedq.resource.XMLFeedResource
 
XMLFeedResource(byte[], String) - Constructor for class com.voidsearch.voidbase.apps.feedq.resource.XMLFeedResource
 
XMLTokener - Class in org.json
The XMLTokener extends the JSONTokener to provide additional methods for the parsing of XML texts.
XMLTokener(String) - Constructor for class org.json.XMLTokener
Construct an XMLTokener from a string.

Y

YahooFinanceConnector - Class in com.voidsearch.voidbase.apps.queuetree.connectors
 
YahooFinanceConnector() - Constructor for class com.voidsearch.voidbase.apps.queuetree.connectors.YahooFinanceConnector
 

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

Copyright © 2009. All Rights Reserved.