Serialized Form
-
Package io.umadb.client
-
Exception Class io.umadb.client.UmaDbException
class UmaDbException extends RuntimeException implements Serializable -
Exception Class io.umadb.client.UmaDbException.AuthenticationException
class AuthenticationException extends UmaDbException implements Serializable -
Exception Class io.umadb.client.UmaDbException.CorruptionException
class CorruptionException extends UmaDbException implements Serializable -
Exception Class io.umadb.client.UmaDbException.IntegrityException
class IntegrityException extends UmaDbException implements Serializable -
Exception Class io.umadb.client.UmaDbException.InternalException
class InternalException extends UmaDbException implements Serializable -
Exception Class io.umadb.client.UmaDbException.IoException
class IoException extends UmaDbException implements Serializable -
Exception Class io.umadb.client.UmaDbException.SerializationException
class SerializationException extends UmaDbException implements Serializable
-
-
Package umadb.v1
-
Class umadb.v1.Umadb.AppendCondition
class AppendCondition extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
after_
long after_
-
bitField0_
int bitField0_
-
failIfEventsMatch_
Umadb.Query failIfEventsMatch_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class umadb.v1.Umadb.AppendRequest
class AppendRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
condition_
Umadb.AppendCondition condition_
-
events_
List<Umadb.Event> events_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class umadb.v1.Umadb.AppendResponse
class AppendResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
position_
long position_
-
-
Class umadb.v1.Umadb.ErrorResponse
class ErrorResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
errorType_
int errorType_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
message_
Object message_
-
-
Class umadb.v1.Umadb.Event
class Event extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class umadb.v1.Umadb.HeadRequest
class HeadRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class umadb.v1.Umadb.HeadResponse
class HeadResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
position_
long position_
-
-
Class umadb.v1.Umadb.Query
class Query extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
items_
List<Umadb.QueryItem> items_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class umadb.v1.Umadb.QueryItem
class QueryItem extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
tags_
com.google.protobuf.LazyStringArrayList tags_
-
types_
com.google.protobuf.LazyStringArrayList types_
-
-
Class umadb.v1.Umadb.ReadRequest
class ReadRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
backwards_
boolean backwards_
-
batchSize_
int batchSize_
-
bitField0_
int bitField0_
-
limit_
int limit_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
query_
Umadb.Query query_
-
start_
long start_
-
subscribe_
boolean subscribe_
-
-
Class umadb.v1.Umadb.ReadResponse
class ReadResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
events_
List<Umadb.SequencedEvent> events_
-
head_
long head_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class umadb.v1.Umadb.SequencedEvent
class SequencedEvent extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
event_
Umadb.Event event_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
position_
long position_
-
-