Class DefaultPile
Provides default implementation of IPile which stores objects in the local machine RAM
Inheritance
System.Object
DefaultPile
Implements
System.IDisposable
System.Collections.Generic.IEnumerable<PileEntry>
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.Pile
Assembly: Azos.dll
Syntax
[SlimSerializationProhibited]
public sealed class DefaultPile : DefaultPileBase, IDisposable, ILocalizedTimeProvider, IPileImplementation, IPile, IPileStatus, IEnumerable<PileEntry>, IEnumerable, IDaemon, IDaemonView, IApplicationComponent, INamed, IConfigurable, IInstrumentable, IExternallyParameterized
Constructors
DefaultPile(IApplicationComponent, String)
Declaration
public DefaultPile(IApplicationComponent director, string name = null)
Parameters
Type | Name | Description |
---|---|---|
IApplicationComponent | director | |
System.String | name |
DefaultPile(IApplication, String)
Declaration
public DefaultPile(IApplication app, string name = null)
Parameters
Type | Name | Description |
---|---|---|
IApplication | app | |
System.String | name |
Properties
Persistence
Returns PilePersistence.Memory
Declaration
public override ObjectPersistence Persistence { get; }
Property Value
Type | Description |
---|---|
ObjectPersistence |
Overrides
Implements
System.IDisposable
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable