C# 클래스 FoundationDB.Layers.Directories.FdbDirectoryPartition

상속: FdbDirectorySubspace
파일 보기 프로젝트 열기: BedeGaming/foundationdb-dotnet-client

Private Properties

프로퍼티 타입 설명
FdbDirectoryPartition FoundationDB.Client

공개 메소드들

메소드 설명
Contains ( Slice key ) : bool
ToString ( ) : string

보호된 메소드들

메소드 설명
GetKeyPrefix ( ) : Slice
GetLayerForPath ( IFdbTuple relativeLocation ) : FdbDirectoryLayer
ToRelativePath ( IFdbTuple location ) : IFdbTuple

비공개 메소드들

메소드 설명
FdbDirectoryPartition ( IFdbTuple location, IFdbTuple relativeLocation, Slice prefix, FdbDirectoryLayer directoryLayer ) : FoundationDB.Client

메소드 상세

Contains() 공개 메소드

public Contains ( Slice key ) : bool
key Slice
리턴 bool

GetKeyPrefix() 보호된 메소드

protected GetKeyPrefix ( ) : Slice
리턴 Slice

GetLayerForPath() 보호된 메소드

protected GetLayerForPath ( IFdbTuple relativeLocation ) : FdbDirectoryLayer
relativeLocation IFdbTuple
리턴 FdbDirectoryLayer

ToRelativePath() 보호된 메소드

protected ToRelativePath ( IFdbTuple location ) : IFdbTuple
location IFdbTuple
리턴 IFdbTuple

ToString() 공개 메소드

public ToString ( ) : string
리턴 string