| Modifier and Type | Class and Description |
|---|---|
class |
RemoteSyncListServlet<K extends EntryKey,E extends StoredEntry<K>>
Handler for "remote" calls to sync-list, used for cluster-to-cluster
synchronization of content.
|
class |
RemoteSyncPullServlet<K extends EntryKey,E extends StoredEntry<K>>
Servlet that handles "sync-pull" requests by nodes of remote clusters.
|
class |
RoutingEntryServlet<K extends EntryKey,E extends StoredEntry<K>>
Specialized sub-type of Entry servlet that will either serve request
locally (if data available), or return redirect code to indicate
client who to call instead.
|
class |
StoreEntryInfoServlet<K extends EntryKey,E extends StoredEntry<K>>
Servlet that handles access to per-entry metadata.
|
class |
StoreEntryServlet<K extends EntryKey,E extends StoredEntry<K>>
Servlet that handles basic CRUD operations for individual entries.
|
class |
StoreListServlet<K extends EntryKey,E extends StoredEntry<K>> |
class |
SyncListServlet<K extends EntryKey,E extends StoredEntry<K>> |
class |
SyncPullServlet<K extends EntryKey,E extends StoredEntry<K>>
Servlet that handles "sync-pull" requests by peer nodes of the same (local)
cluster.
|
Copyright © 2012-2014 fasterxml.com. All Rights Reserved.