103 строки
7.3 KiB
YAML
103 строки
7.3 KiB
YAML
### YamlMime:JavaType
|
|
constructors:
|
|
- fullName: com.microsoft.azure.eventprocessorhost.InMemoryCheckpointManager.InMemoryCheckpointManager()
|
|
name: InMemoryCheckpointManager()
|
|
nameWithType: InMemoryCheckpointManager.InMemoryCheckpointManager()
|
|
syntax: public InMemoryCheckpointManager()
|
|
uid: com.microsoft.azure.eventprocessorhost.InMemoryCheckpointManager.InMemoryCheckpointManager()
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
- <xref href="com.microsoft.azure.eventprocessorhost.ICheckpointManager?alt=com.microsoft.azure.eventprocessorhost.ICheckpointManager&text=ICheckpointManager" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.eventprocessorhost.InMemoryCheckpointManager.checkpointStoreExists()
|
|
name: checkpointStoreExists()
|
|
nameWithType: InMemoryCheckpointManager.checkpointStoreExists()
|
|
overridden: com.microsoft.azure.eventprocessorhost.ICheckpointManager.checkpointStoreExists()
|
|
returns:
|
|
type: <xref href="CompletableFuture%3CBoolean%3E?alt=CompletableFuture%3CBoolean%3E&text=CompletableFuture%3CBoolean%3E" data-throw-if-not-resolved="False"/>
|
|
syntax: public CompletableFuture<Boolean> checkpointStoreExists()
|
|
uid: com.microsoft.azure.eventprocessorhost.InMemoryCheckpointManager.checkpointStoreExists()
|
|
- fullName: com.microsoft.azure.eventprocessorhost.InMemoryCheckpointManager.createAllCheckpointsIfNotExists(List<String> partitionIds)
|
|
name: createAllCheckpointsIfNotExists(List<String> partitionIds)
|
|
nameWithType: InMemoryCheckpointManager.createAllCheckpointsIfNotExists(List<String> partitionIds)
|
|
overridden: com.microsoft.azure.eventprocessorhost.ICheckpointManager.createAllCheckpointsIfNotExists(List<String>)
|
|
parameters:
|
|
- name: partitionIds
|
|
type: <xref href="List%3CString%3E?alt=List%3CString%3E&text=List%3CString%3E" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
type: <xref href="CompletableFuture%3CVoid%3E?alt=CompletableFuture%3CVoid%3E&text=CompletableFuture%3CVoid%3E" data-throw-if-not-resolved="False"/>
|
|
syntax: public CompletableFuture<Void> createAllCheckpointsIfNotExists(List<String> partitionIds)
|
|
uid: com.microsoft.azure.eventprocessorhost.InMemoryCheckpointManager.createAllCheckpointsIfNotExists(List<String>)
|
|
- fullName: com.microsoft.azure.eventprocessorhost.InMemoryCheckpointManager.createCheckpointStoreIfNotExists()
|
|
name: createCheckpointStoreIfNotExists()
|
|
nameWithType: InMemoryCheckpointManager.createCheckpointStoreIfNotExists()
|
|
overridden: com.microsoft.azure.eventprocessorhost.ICheckpointManager.createCheckpointStoreIfNotExists()
|
|
returns:
|
|
type: <xref href="CompletableFuture%3CVoid%3E?alt=CompletableFuture%3CVoid%3E&text=CompletableFuture%3CVoid%3E" data-throw-if-not-resolved="False"/>
|
|
syntax: public CompletableFuture<Void> createCheckpointStoreIfNotExists()
|
|
uid: com.microsoft.azure.eventprocessorhost.InMemoryCheckpointManager.createCheckpointStoreIfNotExists()
|
|
- fullName: com.microsoft.azure.eventprocessorhost.InMemoryCheckpointManager.deleteCheckpoint(String partitionId)
|
|
name: deleteCheckpoint(String partitionId)
|
|
nameWithType: InMemoryCheckpointManager.deleteCheckpoint(String partitionId)
|
|
overridden: com.microsoft.azure.eventprocessorhost.ICheckpointManager.deleteCheckpoint(String)
|
|
parameters:
|
|
- name: partitionId
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
type: <xref href="CompletableFuture%3CVoid%3E?alt=CompletableFuture%3CVoid%3E&text=CompletableFuture%3CVoid%3E" data-throw-if-not-resolved="False"/>
|
|
syntax: public CompletableFuture<Void> deleteCheckpoint(String partitionId)
|
|
uid: com.microsoft.azure.eventprocessorhost.InMemoryCheckpointManager.deleteCheckpoint(String)
|
|
- fullName: com.microsoft.azure.eventprocessorhost.InMemoryCheckpointManager.deleteCheckpointStore()
|
|
name: deleteCheckpointStore()
|
|
nameWithType: InMemoryCheckpointManager.deleteCheckpointStore()
|
|
overridden: com.microsoft.azure.eventprocessorhost.ICheckpointManager.deleteCheckpointStore()
|
|
returns:
|
|
description: <p>CompletableFuture { ->} null on success, completes exceptionally on error. </p>
|
|
type: <xref href="CompletableFuture%3CVoid%3E?alt=CompletableFuture%3CVoid%3E&text=CompletableFuture%3CVoid%3E" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Deletes the checkpoint store.</p>
|
|
|
|
<p></p>
|
|
syntax: public CompletableFuture<Void> deleteCheckpointStore()
|
|
uid: com.microsoft.azure.eventprocessorhost.InMemoryCheckpointManager.deleteCheckpointStore()
|
|
- fullName: com.microsoft.azure.eventprocessorhost.InMemoryCheckpointManager.getCheckpoint(String partitionId)
|
|
name: getCheckpoint(String partitionId)
|
|
nameWithType: InMemoryCheckpointManager.getCheckpoint(String partitionId)
|
|
overridden: com.microsoft.azure.eventprocessorhost.ICheckpointManager.getCheckpoint(String)
|
|
parameters:
|
|
- name: partitionId
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
type: CompletableFuture<<xref href="com.microsoft.azure.eventprocessorhost.Checkpoint?alt=com.microsoft.azure.eventprocessorhost.Checkpoint&text=Checkpoint" data-throw-if-not-resolved="False"/>>
|
|
syntax: public CompletableFuture<Checkpoint> getCheckpoint(String partitionId)
|
|
uid: com.microsoft.azure.eventprocessorhost.InMemoryCheckpointManager.getCheckpoint(String)
|
|
- fullName: com.microsoft.azure.eventprocessorhost.InMemoryCheckpointManager.initialize(HostContext hostContext)
|
|
name: initialize(HostContext hostContext)
|
|
nameWithType: InMemoryCheckpointManager.initialize(HostContext hostContext)
|
|
parameters:
|
|
- name: hostContext
|
|
type: <xref href="HostContext?alt=HostContext&text=HostContext" data-throw-if-not-resolved="False"/>
|
|
syntax: public void initialize(HostContext hostContext)
|
|
uid: com.microsoft.azure.eventprocessorhost.InMemoryCheckpointManager.initialize(HostContext)
|
|
- fullName: com.microsoft.azure.eventprocessorhost.InMemoryCheckpointManager.updateCheckpoint(CompleteLease lease, Checkpoint checkpoint)
|
|
name: updateCheckpoint(CompleteLease lease, Checkpoint checkpoint)
|
|
nameWithType: InMemoryCheckpointManager.updateCheckpoint(CompleteLease lease, Checkpoint checkpoint)
|
|
overridden: com.microsoft.azure.eventprocessorhost.ICheckpointManager.updateCheckpoint(CompleteLease,Checkpoint)
|
|
parameters:
|
|
- name: lease
|
|
type: <xref href="com.microsoft.azure.eventprocessorhost.CompleteLease?alt=com.microsoft.azure.eventprocessorhost.CompleteLease&text=CompleteLease" data-throw-if-not-resolved="False"/>
|
|
- name: checkpoint
|
|
type: <xref href="com.microsoft.azure.eventprocessorhost.Checkpoint?alt=com.microsoft.azure.eventprocessorhost.Checkpoint&text=Checkpoint" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
type: <xref href="CompletableFuture%3CVoid%3E?alt=CompletableFuture%3CVoid%3E&text=CompletableFuture%3CVoid%3E" data-throw-if-not-resolved="False"/>
|
|
syntax: public CompletableFuture<Void> updateCheckpoint(CompleteLease lease, Checkpoint checkpoint)
|
|
uid: com.microsoft.azure.eventprocessorhost.InMemoryCheckpointManager.updateCheckpoint(CompleteLease,Checkpoint)
|
|
nameWithType: InMemoryCheckpointManager
|
|
syntax: public class InMemoryCheckpointManager implements ICheckpointManager
|
|
type: class
|
|
uid: com.microsoft.azure.eventprocessorhost.InMemoryCheckpointManager
|
|
fullName: com.microsoft.azure.eventprocessorhost.InMemoryCheckpointManager
|
|
name: InMemoryCheckpointManager
|
|
package: com.microsoft.azure.eventprocessorhost
|
|
metadata: {}
|