Documentation
¶
Overview ¶
Package translogdurability https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/indices/_types/IndexSettings.ts#L356-L371
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Request = TranslogDurability{"request"} Async = TranslogDurability{"async"} )
Functions ¶
This section is empty.
Types ¶
type TranslogDurability ¶
type TranslogDurability struct {
// contains filtered or unexported fields
}
func (TranslogDurability) MarshalText ¶
func (t TranslogDurability) MarshalText() (text []byte, err error)
func (TranslogDurability) String ¶
func (t TranslogDurability) String() string
func (*TranslogDurability) UnmarshalText ¶
func (t *TranslogDurability) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.