Package com.eventstore.dbclient
Class DeleteProjectionOptions
- java.lang.Object
-
- com.eventstore.dbclient.DeleteProjectionOptions
-
public class DeleteProjectionOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Longdeadlineprotected com.eventstore.dbclient.OperationKindkindprotected ConnectionMetadatametadata
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Tauthenticated(UserCredentials credentials)Tdeadline(long durationInMs)DeleteProjectionOptionsdeleteCheckpointStream()DeleteProjectionOptionsdeleteCheckpointStream(boolean delete)DeleteProjectionOptionsdeleteEmittedStreams()DeleteProjectionOptionsdeleteEmittedStreams(boolean delete)DeleteProjectionOptionsdeleteStateStream()DeleteProjectionOptionsdeleteStateStream(boolean delete)static DeleteProjectionOptionsget()UserCredentialsgetCredentials()java.lang.LonggetDeadline()booleangetDeleteCheckpointStream()booleangetDeleteEmittedStreams()booleangetDeleteStateStream()com.eventstore.dbclient.OperationKindgetKind()io.grpc.MetadatagetMetadata()java.lang.StringgetUserCredentials()booleanhasUserCredentials()booleanisLeaderRequired()TnotRequireLeader()TrequiresLeader()TrequiresLeader(boolean value)
-
-
-
Field Detail
-
metadata
protected final ConnectionMetadata metadata
-
deadline
protected java.lang.Long deadline
-
kind
protected com.eventstore.dbclient.OperationKind kind
-
-
Method Detail
-
get
public static DeleteProjectionOptions get()
-
deleteEmittedStreams
public DeleteProjectionOptions deleteEmittedStreams()
-
deleteStateStream
public DeleteProjectionOptions deleteStateStream()
-
deleteCheckpointStream
public DeleteProjectionOptions deleteCheckpointStream()
-
deleteEmittedStreams
public DeleteProjectionOptions deleteEmittedStreams(boolean delete)
-
deleteStateStream
public DeleteProjectionOptions deleteStateStream(boolean delete)
-
deleteCheckpointStream
public DeleteProjectionOptions deleteCheckpointStream(boolean delete)
-
getDeleteEmittedStreams
public boolean getDeleteEmittedStreams()
-
getDeleteStateStream
public boolean getDeleteStateStream()
-
getDeleteCheckpointStream
public boolean getDeleteCheckpointStream()
-
getMetadata
public io.grpc.Metadata getMetadata()
-
hasUserCredentials
public boolean hasUserCredentials()
-
getUserCredentials
public java.lang.String getUserCredentials()
-
authenticated
public T authenticated(UserCredentials credentials)
-
requiresLeader
public T requiresLeader()
-
notRequireLeader
public T notRequireLeader()
-
requiresLeader
public T requiresLeader(boolean value)
-
deadline
public T deadline(long durationInMs)
-
getDeadline
public java.lang.Long getDeadline()
-
getKind
public com.eventstore.dbclient.OperationKind getKind()
-
isLeaderRequired
public boolean isLeaderRequired()
-
getCredentials
public UserCredentials getCredentials()
-
-