C# Class Raven.Database.Storage.Voron.StorageActions.ListsStorageActions

Inheritance: Raven.Database.Storage.Voron.StorageActions.StorageActionsBase, IListsStorageActions
Show file Open project: JudahGabriel/ravendb

Public Methods

Method Description
GetListsStatsVerySlowly ( ) : List
ListsStorageActions ( Raven.Database.Storage.Voron.Impl.TableStorage tableStorage, IUuidGenerator generator, Reference snapshot, Reference writeBatch, IBufferPool bufferPool, Raven.Database.Storage.Voron.StorageActions.GeneralStorageActions generalStorageActions ) : System
Read ( string name, Etag start, Etag end, int take ) : IEnumerable
Read ( string name, int start, int take ) : IEnumerable
Read ( string name, string key ) : ListItem
ReadLast ( string name ) : ListItem
Remove ( string name, string key ) : void
RemoveAllBefore ( string name, Etag etag ) : void
RemoveAllOlderThan ( string name, System.DateTime cutoff ) : void
Set ( string name, string key, RavenJObject data, UuidType type ) : void
Touch ( string name, string key, UuidType uuidType, Etag &preTouchEtag, Etag &afterTouchEtag ) : void

Private Methods

Method Description
ReadInternal ( string id ) : ListItem

Method Details

GetListsStatsVerySlowly() public method

public GetListsStatsVerySlowly ( ) : List
return List

ListsStorageActions() public method

public ListsStorageActions ( Raven.Database.Storage.Voron.Impl.TableStorage tableStorage, IUuidGenerator generator, Reference snapshot, Reference writeBatch, IBufferPool bufferPool, Raven.Database.Storage.Voron.StorageActions.GeneralStorageActions generalStorageActions ) : System
tableStorage Raven.Database.Storage.Voron.Impl.TableStorage
generator IUuidGenerator
snapshot Reference
writeBatch Reference
bufferPool IBufferPool
generalStorageActions Raven.Database.Storage.Voron.StorageActions.GeneralStorageActions
return System

Read() public method

public Read ( string name, Etag start, Etag end, int take ) : IEnumerable
name string
start Etag
end Etag
take int
return IEnumerable

Read() public method

public Read ( string name, int start, int take ) : IEnumerable
name string
start int
take int
return IEnumerable

Read() public method

public Read ( string name, string key ) : ListItem
name string
key string
return ListItem

ReadLast() public method

public ReadLast ( string name ) : ListItem
name string
return ListItem

Remove() public method

public Remove ( string name, string key ) : void
name string
key string
return void

RemoveAllBefore() public method

public RemoveAllBefore ( string name, Etag etag ) : void
name string
etag Etag
return void

RemoveAllOlderThan() public method

public RemoveAllOlderThan ( string name, System.DateTime cutoff ) : void
name string
cutoff System.DateTime
return void

Set() public method

public Set ( string name, string key, RavenJObject data, UuidType type ) : void
name string
key string
data RavenJObject
type UuidType
return void

Touch() public method

public Touch ( string name, string key, UuidType uuidType, Etag &preTouchEtag, Etag &afterTouchEtag ) : void
name string
key string
uuidType UuidType
preTouchEtag Etag
afterTouchEtag Etag
return void