Gan-Tu/cppGFS2.0

GFS Client API

Gan-Tu opened this issue · 0 comments

Public client API exposed to end users for supported GFS file operations. This is what a user of our GFS uses to access files. This is also what we use for integration testing.

This will be open, close, create, read, and write APIs. Every one, except close will talk to a server with GFS logics; close is simply deallocating memory resources used by client for the given file operation session