SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
SWC::FS::FileSystemHadoopJVM::Service Struct Reference

#include <swcdb/fs/HadoopJVM/FileSystem.h>

Public Types

typedef std::shared_ptr< ServicePtr
 

Public Member Functions

 Service (hdfsFS a_srv) noexcept
 
 Service (Service &&)=delete
 
 Service (const Service &)=delete
 
Serviceoperator= (Service &&)=delete
 
Serviceoperator= (const Service &)=delete
 
 ~Service () noexcept
 

Public Attributes

hdfsFS srv
 

Detailed Description

Definition at line 24 of file FileSystem.h.

Member Typedef Documentation

◆ Ptr

Definition at line 25 of file FileSystem.h.

Constructor & Destructor Documentation

◆ Service() [1/3]

SWC::FS::FileSystemHadoopJVM::Service::Service ( hdfsFS  a_srv)
inlinenoexcept

Definition at line 27 of file FileSystem.h.

◆ Service() [2/3]

SWC::FS::FileSystemHadoopJVM::Service::Service ( Service &&  )
delete

◆ Service() [3/3]

SWC::FS::FileSystemHadoopJVM::Service::Service ( const Service )
delete

◆ ~Service()

SWC::FS::FileSystemHadoopJVM::Service::~Service ( )
inlinenoexcept

Definition at line 34 of file FileSystem.h.

References srv.

Member Function Documentation

◆ operator=() [1/2]

Service& SWC::FS::FileSystemHadoopJVM::Service::operator= ( const Service )
delete

◆ operator=() [2/2]

Service& SWC::FS::FileSystemHadoopJVM::Service::operator= ( Service &&  )
delete

Member Data Documentation

◆ srv

hdfsFS SWC::FS::FileSystemHadoopJVM::Service::srv

Definition at line 36 of file FileSystem.h.

Referenced by ~Service().


The documentation for this struct was generated from the following file: