Documentation ¶
Index ¶
- type StoreClientImpl
- func (s *StoreClientImpl) Close()
- func (s *StoreClientImpl) GetAddressFromTimestamp(req *store.GetAddressFromTimestampRequest) (*store.GetAddressFromTimestampResult_, error)
- func (s *StoreClientImpl) ListExtents() (*store.ListExtentsResult_, error)
- func (s *StoreClientImpl) PurgeMessages(req *store.PurgeMessagesRequest) (*store.PurgeMessagesResult_, error)
- func (s *StoreClientImpl) ReadMessages(req *store.ReadMessagesRequest) (*store.ReadMessagesResult_, error)
- func (s *StoreClientImpl) SealExtent(req *store.SealExtentRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StoreClientImpl ¶
type StoreClientImpl struct {
// contains filtered or unexported fields
}
StoreClientImpl is a storehost cherami tchannel client
func NewClient ¶
func NewClient(storeUUID, hostAddr string) (*StoreClientImpl, error)
NewClient returns a new instance of cherami tchannel client
func (*StoreClientImpl) GetAddressFromTimestamp ¶ added in v1.26.0
func (s *StoreClientImpl) GetAddressFromTimestamp(req *store.GetAddressFromTimestampRequest) (*store.GetAddressFromTimestampResult_, error)
GetAddressFromTimestamp queries store for the address corresponding to the given timestamp
func (*StoreClientImpl) ListExtents ¶ added in v1.26.0
func (s *StoreClientImpl) ListExtents() (*store.ListExtentsResult_, error)
ListExtents lists the extents on the specified store
func (*StoreClientImpl) PurgeMessages ¶ added in v1.26.0
func (s *StoreClientImpl) PurgeMessages(req *store.PurgeMessagesRequest) (*store.PurgeMessagesResult_, error)
PurgeMessages seals an extent on the specified store
func (*StoreClientImpl) ReadMessages ¶
func (s *StoreClientImpl) ReadMessages(req *store.ReadMessagesRequest) (*store.ReadMessagesResult_, error)
ReadMessages reads a sequence of messages from the store
func (*StoreClientImpl) SealExtent ¶ added in v1.26.0
func (s *StoreClientImpl) SealExtent(req *store.SealExtentRequest) error
SealExtent seals an extent on the specified store
Click to show internal directories.
Click to hide internal directories.