abc.ABC
oxia.SequenceUpdates
- Represents an iterable sequence of key updates that can be closed when the caller is done.enum.Enum
oxia.NotificationType
- NotificationType represents the type of the notification event.enum.IntEnum
oxia.ComparisonType
- ComparisonType is an enumeration of the possible comparison types for the `get()` operation.Exception
oxia.ex.OxiaException
- The base class for all the Oxia client exceptions.oxia.ex.InvalidOptions
- Raised when invalid options are provided to a function or methodoxia.ex.KeyNotFound
- The key was not found during a get operationoxia.ex.SessionNotFound
- The session that the put request referred to is not alive.oxia.ex.UnexpectedVersionId
- When doing a put operation, the existing version does not match the expected version provided by the user.oxia.Client
- Client is the main entry point to the Oxia Python clientoxia.Notification
- Notification represents one change in the Oxia database.oxia.Version
- Version includes some information regarding the state of a record.typing.Iterator
oxia.SequenceUpdates
- Represents an iterable sequence of key updates that can be closed when the caller is done.