메소드 | 설명 | |
---|---|---|
GetListsStatsVerySlowly ( ) : List |
||
ListsStorageActions ( Raven.Database.Storage.Voron.Impl.TableStorage tableStorage, IUuidGenerator generator, Reference |
||
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 |
메소드 | 설명 | |
---|---|---|
ReadInternal ( string id ) : ListItem |
public ListsStorageActions ( Raven.Database.Storage.Voron.Impl.TableStorage tableStorage, IUuidGenerator generator, Reference |
||
tableStorage | Raven.Database.Storage.Voron.Impl.TableStorage | |
generator | IUuidGenerator | |
snapshot | Reference |
|
writeBatch | Reference |
|
bufferPool | IBufferPool | |
generalStorageActions | Raven.Database.Storage.Voron.StorageActions.GeneralStorageActions | |
리턴 | System |
public Read ( string name, Etag start, Etag end, int take ) : IEnumerable |
||
name | string | |
start | Etag | |
end | Etag | |
take | int | |
리턴 | IEnumerable |
public Read ( string name, int start, int take ) : IEnumerable |
||
name | string | |
start | int | |
take | int | |
리턴 | IEnumerable |
public RemoveAllBefore ( string name, Etag etag ) : void | ||
name | string | |
etag | Etag | |
리턴 | void |
public RemoveAllOlderThan ( string name, System.DateTime cutoff ) : void | ||
name | string | |
cutoff | System.DateTime | |
리턴 | void |
public Set ( string name, string key, RavenJObject data, UuidType type ) : void | ||
name | string | |
key | string | |
data | RavenJObject | |
type | UuidType | |
리턴 | void |
public Touch ( string name, string key, UuidType uuidType, Etag &preTouchEtag, Etag &afterTouchEtag ) : void | ||
name | string | |
key | string | |
uuidType | UuidType | |
preTouchEtag | Etag | |
afterTouchEtag | Etag | |
리턴 | void |