C# 클래스 PSLAManager.PSLAGenerator

파일 보기 프로젝트 열기: uwdb/PSLAManager 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
clusterList List
factTable Fact
listOfQueries List
listOfTables List
tierPredictionFolders List
tiers List

공개 메소드들

메소드 설명
buildPredictionModel ( ) : void
createSingletons ( ) : void
crossTierCompression ( int to, int from ) : void
crossTierConvergeHelper ( int tier1, int tier2 ) : List
dataQueryGeneration ( ) : void
generatePSLA ( ) : void
intraClusterCompression ( int tier ) : void
outputPSLAResult ( ) : void
predictForTier ( String configPredictionPath, int tier ) : void
readConfig ( ) : void
useRealTimes ( ) : void

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

buildPredictionModel() 공개 메소드

public buildPredictionModel ( ) : void
리턴 void

createSingletons() 공개 메소드

public createSingletons ( ) : void
리턴 void

crossTierCompression() 공개 메소드

public crossTierCompression ( int to, int from ) : void
to int
from int
리턴 void

crossTierConvergeHelper() 공개 메소드

public crossTierConvergeHelper ( int tier1, int tier2 ) : List
tier1 int
tier2 int
리턴 List

dataQueryGeneration() 공개 메소드

public dataQueryGeneration ( ) : void
리턴 void

generatePSLA() 공개 메소드

public generatePSLA ( ) : void
리턴 void

intraClusterCompression() 공개 메소드

public intraClusterCompression ( int tier ) : void
tier int
리턴 void

outputPSLAResult() 공개 메소드

public outputPSLAResult ( ) : void
리턴 void

predictForTier() 공개 메소드

public predictForTier ( String configPredictionPath, int tier ) : void
configPredictionPath String
tier int
리턴 void

readConfig() 공개 메소드

public readConfig ( ) : void
리턴 void

useRealTimes() 공개 메소드

public useRealTimes ( ) : void
리턴 void

프로퍼티 상세

clusterList 공개적으로 정적으로 프로퍼티

public static List clusterList
리턴 List

factTable 공개적으로 정적으로 프로퍼티

public static Fact factTable
리턴 Fact

listOfQueries 공개적으로 정적으로 프로퍼티

public static List listOfQueries
리턴 List

listOfTables 공개적으로 정적으로 프로퍼티

public static ListlistOfTables
리턴 List

tierPredictionFolders 공개적으로 정적으로 프로퍼티

public static List tierPredictionFolders
리턴 List

tiers 공개적으로 정적으로 프로퍼티

public static List tiers
리턴 List