ContentDecompressResult |
A POJO to store the response content and additional compression related metadata.
|
DictionaryRetrievalService |
DictionaryRetrievalService runs in a producer-consumer pattern.
|
MetaStoreShadowReader |
This class serves as the shadow read handler of the meta system store.
|
RouterExceptionAndTrackingUtils |
Right now, there is no simple way to capture all the exception cases with DDS Router.
|
RouterHeartbeat |
RouterHeartbeat is a service that monitors and reports the health of current live instances in the Venice cluster.
|
RouterKey |
RouterKey encapsulates the required information for a key in a router request.
|
VeniceDelegateMode |
|
VeniceDispatcher |
|
VeniceFullHttpResponse |
A specialized DefaultFullHttpResponse object to record the decompression time of the records in the response.
|
VeniceHostFinder |
{code VeniceHostFinder} finds a set of hosts that can serve the given Venice resource partition.
|
VeniceHostHealth |
|
VeniceMetricsProvider |
This is used to initialize a Metrics for each request.
|
VenicePartitionFinder |
VenicePartitionFinder provides methods to find the partition name or number for the given data.
|
VenicePathParser<HTTP_REQUEST extends BasicHttpRequest> |
Inbound single get request to the router will look like:
GET /storage/storeName/key?f=fmt
'storage' is a literal, meaning we will request the value for a single key
storeName will be the name of the requested store
key is the key being looked up
fmt is an optional format parameter, one of 'string' or 'b64'.
|
VenicePathParserHelper |
Created by mwise on 4/25/16.
|
VeniceResponseAggregator |
VeniceResponseAggregator aggregates the sub-responses returned by storage node for a multi-get request.
|
VeniceResponseDecompressor |
|
VeniceRoleFinder |
|
VeniceVersionFinder |
VeniceVersionFinder provides methods to find the version for a given store.
|