Class MDBShardWorkSet
Coordinates work on multiple shards in the MDB area
Inheritance
System.Object
MDBShardWorkSet
Implements
System.IDisposable
System.Collections.Generic.IEnumerable<MdbArea.Partition.Shard>
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Sky.Coordination
Assembly: Azos.Sky.dll
Syntax
public class MDBShardWorkSet : WorkSet<MdbArea.Partition.Shard>, IDisposable, IApplicationComponent, INamed, IEnumerable<MdbArea.Partition.Shard>, IEnumerable
Constructors
MDBShardWorkSet(IApplication, MdbArea, String)
Declaration
public MDBShardWorkSet(IApplication app, MdbArea area, string name = null)
Parameters
Type | Name | Description |
---|---|---|
IApplication | app | |
MdbArea | area | |
System.String | name |
MDBShardWorkSet(IApplication, String, MdbArea, String)
Declaration
public MDBShardWorkSet(IApplication app, string path, MdbArea area, string name = null)
Parameters
Type | Name | Description |
---|---|---|
IApplication | app | |
System.String | path | |
MdbArea | area | |
System.String | name |
Fields
Area
Declaration
public readonly MdbArea Area
Field Value
Type | Description |
---|---|
MdbArea |
Properties
ComponentLogTopic
Declaration
public override string ComponentLogTopic { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
AssignWorkSegment()
Declaration
protected override void AssignWorkSegment()
Overrides
Azos.Sky.Coordination.WorkSet<Azos.Sky.Mdb.MdbArea.Partition.Shard>.AssignWorkSegment()
GetSegmentEnumerator()
Declaration
protected override IEnumerator<MdbArea.Partition.Shard> GetSegmentEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<MdbArea.Partition.Shard> |
Overrides
Azos.Sky.Coordination.WorkSet<Azos.Sky.Mdb.MdbArea.Partition.Shard>.GetSegmentEnumerator()
Implements
System.IDisposable
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable