Documentation
¶
Index ¶
- type StorageManagerServer
- func (s *StorageManagerServer) AllocateBytes2(_ context.Context, req *pb.AllocateBytes2Request) (*pb.AllocateBytes2Response, error)
- func (s *StorageManagerServer) AllocateBytes2_1(_ context.Context, req *pb.AllocateBytes2_1Request) (*pb.AllocateBytes2_1Response, error)
- func (s *StorageManagerServer) GetAllocatableBytes(_ context.Context, req *pb.GetAllocatableBytesRequest) (*pb.GetAllocatableBytesResponse, error)
- func (s *StorageManagerServer) GetCacheQuotaBytes(_ context.Context, req *pb.GetCacheQuotaBytesRequest) (*pb.GetCacheQuotaBytesResponse, error)
- func (s *StorageManagerServer) GetCacheSizeBytes(_ context.Context, req *pb.GetCacheSizeBytesRequest) (*pb.GetCacheSizeBytesResponse, error)
- func (s *StorageManagerServer) GetManageSpaceActivityIntent(_ context.Context, req *pb.GetManageSpaceActivityIntentRequest) (*pb.GetManageSpaceActivityIntentResponse, error)
- func (s *StorageManagerServer) GetMountedObbPath(_ context.Context, req *pb.GetMountedObbPathRequest) (*pb.GetMountedObbPathResponse, error)
- func (s *StorageManagerServer) GetPrimaryStorageVolume(_ context.Context, req *pb.GetPrimaryStorageVolumeRequest) (*pb.GetPrimaryStorageVolumeResponse, error)
- func (s *StorageManagerServer) GetRecentStorageVolumes(_ context.Context, req *pb.GetRecentStorageVolumesRequest) (*pb.GetRecentStorageVolumesResponse, error)
- func (s *StorageManagerServer) GetStorageVolume1(_ context.Context, req *pb.GetStorageVolume1Request) (*pb.GetStorageVolume1Response, error)
- func (s *StorageManagerServer) GetStorageVolume1_1(_ context.Context, req *pb.GetStorageVolume1_1Request) (*pb.GetStorageVolume1_1Response, error)
- func (s *StorageManagerServer) GetStorageVolumes(_ context.Context, req *pb.GetStorageVolumesRequest) (*pb.GetStorageVolumesResponse, error)
- func (s *StorageManagerServer) GetStorageVolumesIncludingSharedProfiles(_ context.Context, req *pb.GetStorageVolumesIncludingSharedProfilesRequest) (*pb.GetStorageVolumesIncludingSharedProfilesResponse, error)
- func (s *StorageManagerServer) GetUuidForPath(_ context.Context, req *pb.GetUuidForPathRequest) (*pb.GetUuidForPathResponse, error)
- func (s *StorageManagerServer) IsAllocationSupported(_ context.Context, req *pb.IsAllocationSupportedRequest) (*pb.IsAllocationSupportedResponse, error)
- func (s *StorageManagerServer) IsCacheBehaviorGroup(_ context.Context, req *pb.IsCacheBehaviorGroupRequest) (*pb.IsCacheBehaviorGroupResponse, error)
- func (s *StorageManagerServer) IsCacheBehaviorTombstone(_ context.Context, req *pb.IsCacheBehaviorTombstoneRequest) (*pb.IsCacheBehaviorTombstoneResponse, error)
- func (s *StorageManagerServer) IsCheckpointSupported(_ context.Context, req *pb.IsCheckpointSupportedRequest) (*pb.IsCheckpointSupportedResponse, error)
- func (s *StorageManagerServer) IsEncrypted(_ context.Context, req *pb.IsEncryptedRequest) (*pb.IsEncryptedResponse, error)
- func (s *StorageManagerServer) IsObbMounted(_ context.Context, req *pb.IsObbMountedRequest) (*pb.IsObbMountedResponse, error)
- func (s *StorageManagerServer) MountObb(_ context.Context, req *pb.MountObbRequest) (*pb.MountObbResponse, error)
- func (s *StorageManagerServer) RegisterStorageVolumeCallback(_ context.Context, req *pb.RegisterStorageVolumeCallbackRequest) (*pb.RegisterStorageVolumeCallbackResponse, error)
- func (s *StorageManagerServer) SetCacheBehaviorGroup(_ context.Context, req *pb.SetCacheBehaviorGroupRequest) (*pb.SetCacheBehaviorGroupResponse, error)
- func (s *StorageManagerServer) SetCacheBehaviorTombstone(_ context.Context, req *pb.SetCacheBehaviorTombstoneRequest) (*pb.SetCacheBehaviorTombstoneResponse, error)
- func (s *StorageManagerServer) UnmountObb(_ context.Context, req *pb.UnmountObbRequest) (*pb.UnmountObbResponse, error)
- func (s *StorageManagerServer) UnregisterStorageVolumeCallback(_ context.Context, req *pb.UnregisterStorageVolumeCallbackRequest) (*pb.UnregisterStorageVolumeCallbackResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageManagerServer ¶
type StorageManagerServer struct {
pb.UnimplementedStorageManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
StorageManagerServer implements pb.StorageManagerServiceServer.
func (*StorageManagerServer) AllocateBytes2 ¶
func (s *StorageManagerServer) AllocateBytes2(_ context.Context, req *pb.AllocateBytes2Request) (*pb.AllocateBytes2Response, error)
func (*StorageManagerServer) AllocateBytes2_1 ¶
func (s *StorageManagerServer) AllocateBytes2_1(_ context.Context, req *pb.AllocateBytes2_1Request) (*pb.AllocateBytes2_1Response, error)
func (*StorageManagerServer) GetAllocatableBytes ¶
func (s *StorageManagerServer) GetAllocatableBytes(_ context.Context, req *pb.GetAllocatableBytesRequest) (*pb.GetAllocatableBytesResponse, error)
func (*StorageManagerServer) GetCacheQuotaBytes ¶
func (s *StorageManagerServer) GetCacheQuotaBytes(_ context.Context, req *pb.GetCacheQuotaBytesRequest) (*pb.GetCacheQuotaBytesResponse, error)
func (*StorageManagerServer) GetCacheSizeBytes ¶
func (s *StorageManagerServer) GetCacheSizeBytes(_ context.Context, req *pb.GetCacheSizeBytesRequest) (*pb.GetCacheSizeBytesResponse, error)
func (*StorageManagerServer) GetManageSpaceActivityIntent ¶
func (s *StorageManagerServer) GetManageSpaceActivityIntent(_ context.Context, req *pb.GetManageSpaceActivityIntentRequest) (*pb.GetManageSpaceActivityIntentResponse, error)
func (*StorageManagerServer) GetMountedObbPath ¶
func (s *StorageManagerServer) GetMountedObbPath(_ context.Context, req *pb.GetMountedObbPathRequest) (*pb.GetMountedObbPathResponse, error)
func (*StorageManagerServer) GetPrimaryStorageVolume ¶
func (s *StorageManagerServer) GetPrimaryStorageVolume(_ context.Context, req *pb.GetPrimaryStorageVolumeRequest) (*pb.GetPrimaryStorageVolumeResponse, error)
func (*StorageManagerServer) GetRecentStorageVolumes ¶
func (s *StorageManagerServer) GetRecentStorageVolumes(_ context.Context, req *pb.GetRecentStorageVolumesRequest) (*pb.GetRecentStorageVolumesResponse, error)
func (*StorageManagerServer) GetStorageVolume1 ¶
func (s *StorageManagerServer) GetStorageVolume1(_ context.Context, req *pb.GetStorageVolume1Request) (*pb.GetStorageVolume1Response, error)
func (*StorageManagerServer) GetStorageVolume1_1 ¶
func (s *StorageManagerServer) GetStorageVolume1_1(_ context.Context, req *pb.GetStorageVolume1_1Request) (*pb.GetStorageVolume1_1Response, error)
func (*StorageManagerServer) GetStorageVolumes ¶
func (s *StorageManagerServer) GetStorageVolumes(_ context.Context, req *pb.GetStorageVolumesRequest) (*pb.GetStorageVolumesResponse, error)
func (*StorageManagerServer) GetStorageVolumesIncludingSharedProfiles ¶
func (s *StorageManagerServer) GetStorageVolumesIncludingSharedProfiles(_ context.Context, req *pb.GetStorageVolumesIncludingSharedProfilesRequest) (*pb.GetStorageVolumesIncludingSharedProfilesResponse, error)
func (*StorageManagerServer) GetUuidForPath ¶
func (s *StorageManagerServer) GetUuidForPath(_ context.Context, req *pb.GetUuidForPathRequest) (*pb.GetUuidForPathResponse, error)
func (*StorageManagerServer) IsAllocationSupported ¶
func (s *StorageManagerServer) IsAllocationSupported(_ context.Context, req *pb.IsAllocationSupportedRequest) (*pb.IsAllocationSupportedResponse, error)
func (*StorageManagerServer) IsCacheBehaviorGroup ¶
func (s *StorageManagerServer) IsCacheBehaviorGroup(_ context.Context, req *pb.IsCacheBehaviorGroupRequest) (*pb.IsCacheBehaviorGroupResponse, error)
func (*StorageManagerServer) IsCacheBehaviorTombstone ¶
func (s *StorageManagerServer) IsCacheBehaviorTombstone(_ context.Context, req *pb.IsCacheBehaviorTombstoneRequest) (*pb.IsCacheBehaviorTombstoneResponse, error)
func (*StorageManagerServer) IsCheckpointSupported ¶
func (s *StorageManagerServer) IsCheckpointSupported(_ context.Context, req *pb.IsCheckpointSupportedRequest) (*pb.IsCheckpointSupportedResponse, error)
func (*StorageManagerServer) IsEncrypted ¶
func (s *StorageManagerServer) IsEncrypted(_ context.Context, req *pb.IsEncryptedRequest) (*pb.IsEncryptedResponse, error)
func (*StorageManagerServer) IsObbMounted ¶
func (s *StorageManagerServer) IsObbMounted(_ context.Context, req *pb.IsObbMountedRequest) (*pb.IsObbMountedResponse, error)
func (*StorageManagerServer) MountObb ¶
func (s *StorageManagerServer) MountObb(_ context.Context, req *pb.MountObbRequest) (*pb.MountObbResponse, error)
func (*StorageManagerServer) RegisterStorageVolumeCallback ¶
func (s *StorageManagerServer) RegisterStorageVolumeCallback(_ context.Context, req *pb.RegisterStorageVolumeCallbackRequest) (*pb.RegisterStorageVolumeCallbackResponse, error)
func (*StorageManagerServer) SetCacheBehaviorGroup ¶
func (s *StorageManagerServer) SetCacheBehaviorGroup(_ context.Context, req *pb.SetCacheBehaviorGroupRequest) (*pb.SetCacheBehaviorGroupResponse, error)
func (*StorageManagerServer) SetCacheBehaviorTombstone ¶
func (s *StorageManagerServer) SetCacheBehaviorTombstone(_ context.Context, req *pb.SetCacheBehaviorTombstoneRequest) (*pb.SetCacheBehaviorTombstoneResponse, error)
func (*StorageManagerServer) UnmountObb ¶
func (s *StorageManagerServer) UnmountObb(_ context.Context, req *pb.UnmountObbRequest) (*pb.UnmountObbResponse, error)
func (*StorageManagerServer) UnregisterStorageVolumeCallback ¶
func (s *StorageManagerServer) UnregisterStorageVolumeCallback(_ context.Context, req *pb.UnregisterStorageVolumeCallbackRequest) (*pb.UnregisterStorageVolumeCallbackResponse, error)
Click to show internal directories.
Click to hide internal directories.