Documentation
¶
Index ¶
- Constants
- type DbInfo
- type DocKey
- type Drsm
- func (d *Drsm) AcquireIp(pool string) (string, error)
- func (d *Drsm) AllocateInt32ID() (int32, error)
- func (d *Drsm) ConstuctDrsm(opt *Options)
- func (d *Drsm) FindOwnerInt32ID(id int32) (*PodId, error)
- func (d *Drsm) GetNewChunk() (*chunk, error)
- func (d *Drsm) ReleaseInt32ID(id int32) error
- func (d *Drsm) ReleaseIp(pool, ip string) error
- type DrsmMode
- type FullStream
- type Options
- type PodId
- type UpdatedDesc
- type UpdatedFields
Constants ¶
View Source
const ( Invalid chunkState = iota + 1 Owned PeerOwned Orphan Scanning )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Drsm ¶
type Drsm struct {
// contains filtered or unexported fields
}
func (*Drsm) AllocateInt32ID ¶
func (*Drsm) ConstuctDrsm ¶
func (*Drsm) GetNewChunk ¶
func (*Drsm) ReleaseInt32ID ¶
type FullStream ¶
type UpdatedDesc ¶
type UpdatedDesc struct {
UpdFields UpdatedFields `bson:"updatedFields,omitempty"`
}
type UpdatedFields ¶
Click to show internal directories.
Click to hide internal directories.