Class SessionToken
Token for a replication session, for guaranteeing that source replicated files will be kept safe until the replication completes.
Inheritance
System.Object
SessionToken
Assembly: Lucene.Net.Replicator.dll
Syntax
public sealed class SessionToken : object
Remarks
@lucene.experimental
Constructors
Name | Description |
---|---|
SessionToken(IDataInput) | Constructor which deserializes from the given IDataInput. |
SessionToken(String, IRevision) | Constructor with the given |
Properties
Name | Description |
---|---|
Id | Id of this session. Should be passed when releasing the session, thereby acknowledging the IReplicator that this session is no longer in use. |
SourceFiles | SourceFiles |
Version | Version |
Methods
Name | Description |
---|---|
Serialize(DataOutputStream) | Serialize the token data for communication between server and client. |
ToString() |