C# Class FoundationDB.Layers.Directories.FdbDirectoryPartition

Inheritance: FdbDirectorySubspace
Mostrar archivo Open project: BedeGaming/foundationdb-dotnet-client

Private Properties

Property Type Description
FdbDirectoryPartition FoundationDB.Client

Public Methods

Method Description
Contains ( Slice key ) : bool
ToString ( ) : string

Protected Methods

Method Description
GetKeyPrefix ( ) : Slice
GetLayerForPath ( IFdbTuple relativeLocation ) : FdbDirectoryLayer
ToRelativePath ( IFdbTuple location ) : IFdbTuple

Private Methods

Method Description
FdbDirectoryPartition ( IFdbTuple location, IFdbTuple relativeLocation, Slice prefix, FdbDirectoryLayer directoryLayer ) : FoundationDB.Client

Method Details

Contains() public method

public Contains ( Slice key ) : bool
key Slice
return bool

GetKeyPrefix() protected method

protected GetKeyPrefix ( ) : Slice
return Slice

GetLayerForPath() protected method

protected GetLayerForPath ( IFdbTuple relativeLocation ) : FdbDirectoryLayer
relativeLocation IFdbTuple
return FdbDirectoryLayer

ToRelativePath() protected method

protected ToRelativePath ( IFdbTuple location ) : IFdbTuple
location IFdbTuple
return IFdbTuple

ToString() public method

public ToString ( ) : string
return string