Uses of Class
logdog.Common.ServiceType

Packages that use ServiceType
logdog.Common   
logdog.Common.BackendWork   
logdog.Common.BlobStore   
 

Uses of ServiceType in logdog.Common
 

Methods in logdog.Common that return ServiceType
static ServiceType ServiceType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ServiceType[] ServiceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ServiceType in logdog.Common.BackendWork
 

Methods in logdog.Common.BackendWork with parameters of type ServiceType
static BackendWorkingSet BackendFactory.GetBackendService(ServiceType backType)
          Backend작업을 처리하는 객체를 리턴해준다.
 

Uses of ServiceType in logdog.Common.BlobStore
 

Methods in logdog.Common.BlobStore with parameters of type ServiceType
static BlobFileWriter BlobWriterFactory.GetBlobService(ServiceType backType)
          BlobStore에 데이터를 쓰기 위한 객체를 생성하여 리턴받는다.