代码搜索结果

找到约 10,206 项符合 Storage 的代码

cwp3674.htm

Perst.Impl.XMLImporter.storage

cwp4273.htm

Perst.Storage.CreateScalableList

cwp3981.htm

Perst.Persistent.Storage

cwp57.htm

Perst.Database.Storage

cwp3914.htm

Perst.MarshalByRefPersistent.Storage

replicationmasterstorage.cs

namespace Perst { /// /// Storage performing replication of changed pages to specified slave nodes. /// public interface ReplicationMasterStorage : Storage

storagefactory.cs

namespace Perst { using System; using Perst.Impl; /// Storage factory /// public class StorageFactory { /// Get instance of st

memoryusage.cs

using System; namespace Perst { /// /// Information about memory usage for the correspondent class. /// Instances of this class are created by Storage.getMemoryDump metho

replicationslavestorage.cs

namespace Perst { /// /// Storage reciving modified pages from replication master and /// been able to run read-only transactions /// public interface

defaultallocator.cs

namespace Perst.Impl { using System; using Perst; public class DefaultAllocator : Persistent, CustomAllocator { public DefaultAllocator(Storage storage)