C# Class Raven.Bundles.Replication.Responders.DocumentReplicationResponder

Inheritance: Raven.Database.Server.AbstractRequestResponder
Show file Open project: robashton/ravendb

Private Properties

Property Type Description
HashReplicationIdentifier string
HashReplicationIdentifier string
IsDirectChildOfCurrentDocument bool
ReplicateDocument void

Public Methods

Method Description
Respond ( IHttpContext context ) : void

Private Methods

Method Description
HashReplicationIdentifier ( System.Guid existingEtag ) : string
HashReplicationIdentifier ( RavenJObject metadata ) : string
IsDirectChildOfCurrentDocument ( JsonDocument existingDoc, RavenJObject metadata ) : bool
ReplicateDocument ( IStorageActionsAccessor actions, string id, RavenJObject metadata, RavenJObject document, string src ) : void

Method Details

Respond() public method

public Respond ( IHttpContext context ) : void
context IHttpContext
return void