Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("object header not found")
Functions ¶
This section is empty.
Types ¶
type ClientConstructor ¶
type ClientConstructor interface {
Get(clientcore.NodeInfo) (clientcore.Client, error)
}
type RemoteHeadPrm ¶
type RemoteHeadPrm struct {
// contains filtered or unexported fields
}
RemoteHeadPrm groups remote header operation parameters.
func (*RemoteHeadPrm) WithNodeInfo ¶
func (p *RemoteHeadPrm) WithNodeInfo(v netmap.NodeInfo) *RemoteHeadPrm
WithNodeInfo sets information about the remote node.
func (*RemoteHeadPrm) WithObjectAddress ¶
func (p *RemoteHeadPrm) WithObjectAddress(v oid.Address) *RemoteHeadPrm
WithObjectAddress sets object address.
type RemoteHeader ¶
type RemoteHeader struct {
// contains filtered or unexported fields
}
RemoteHeader represents utility for getting the object header from a remote host.
func NewRemoteHeader ¶
func NewRemoteHeader(keyStorage *util.KeyStorage, cache ClientConstructor) *RemoteHeader
NewRemoteHeader creates, initializes and returns new RemoteHeader instance.
func (*RemoteHeader) Head ¶
func (h *RemoteHeader) Head(ctx context.Context, prm *RemoteHeadPrm) (*object.Object, error)
Head requests object header from the remote node.
Click to show internal directories.
Click to hide internal directories.