Skip to content

Commit e609f94

Browse files
authored
[create-pull-request] automated change
1 parent 6166e55 commit e609f94

16 files changed

Lines changed: 982 additions & 251 deletions

File tree

src/api/AdoNet/Orleans.Clustering.AdoNet/Orleans.Clustering.AdoNet.cs

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -6,42 +6,6 @@
66
// the code is regenerated.
77
// </auto-generated>
88
//------------------------------------------------------------------------------
9-
namespace Orleans.Clustering.AdoNet.Storage
10-
{
11-
public partial class OrleansRelationalDownloadStream : System.IO.Stream
12-
{
13-
public OrleansRelationalDownloadStream(System.Data.Common.DbDataReader reader, int ordinal) { }
14-
15-
public override bool CanRead { get { throw null; } }
16-
17-
public override bool CanSeek { get { throw null; } }
18-
19-
public override bool CanTimeout { get { throw null; } }
20-
21-
public override bool CanWrite { get { throw null; } }
22-
23-
public override long Length { get { throw null; } }
24-
25-
public override long Position { get { throw null; } set { } }
26-
27-
public override System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination, int bufferSize, System.Threading.CancellationToken cancellationToken) { throw null; }
28-
29-
protected override void Dispose(bool disposing) { }
30-
31-
public override void Flush() { }
32-
33-
public override int Read(byte[] buffer, int offset, int count) { throw null; }
34-
35-
public override System.Threading.Tasks.Task<int> ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw null; }
36-
37-
public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
38-
39-
public override void SetLength(long value) { }
40-
41-
public override void Write(byte[] buffer, int offset, int count) { }
42-
}
43-
}
44-
459
namespace Orleans.Configuration
4610
{
4711
public partial class AdoNetClusteringClientOptions
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by a tool.
4+
//
5+
// Changes to this file may cause incorrect behavior and will be lost if
6+
// the code is regenerated.
7+
// </auto-generated>
8+
//------------------------------------------------------------------------------
9+
namespace Orleans.Configuration
10+
{
11+
public partial class AdoNetGrainDirectoryOptionsValidator : IConfigurationValidator
12+
{
13+
public AdoNetGrainDirectoryOptionsValidator(GrainDirectory.AdoNet.AdoNetGrainDirectoryOptions options, string name) { }
14+
15+
public void ValidateConfiguration() { }
16+
}
17+
}
18+
19+
namespace Orleans.GrainDirectory.AdoNet
20+
{
21+
public partial class AdoNetGrainDirectoryOptions
22+
{
23+
[Redact]
24+
[System.ComponentModel.DataAnnotations.Required]
25+
public string ConnectionString { get { throw null; } set { } }
26+
27+
[System.ComponentModel.DataAnnotations.Required]
28+
public string Invariant { get { throw null; } set { } }
29+
}
30+
}
31+
32+
namespace Orleans.Hosting
33+
{
34+
public static partial class AdoNetGrainDirectorySiloBuilderExtensions
35+
{
36+
public static ISiloBuilder AddAdoNetGrainDirectory(this ISiloBuilder builder, string name, System.Action<Microsoft.Extensions.Options.OptionsBuilder<GrainDirectory.AdoNet.AdoNetGrainDirectoryOptions>> configureOptions) { throw null; }
37+
38+
public static ISiloBuilder AddAdoNetGrainDirectory(this ISiloBuilder builder, string name, System.Action<GrainDirectory.AdoNet.AdoNetGrainDirectoryOptions> configureOptions) { throw null; }
39+
40+
public static ISiloBuilder UseAdoNetGrainDirectoryAsDefault(this ISiloBuilder builder, System.Action<Microsoft.Extensions.Options.OptionsBuilder<GrainDirectory.AdoNet.AdoNetGrainDirectoryOptions>> configureOptions) { throw null; }
41+
42+
public static ISiloBuilder UseAdoNetGrainDirectoryAsDefault(this ISiloBuilder builder, System.Action<GrainDirectory.AdoNet.AdoNetGrainDirectoryOptions> configureOptions) { throw null; }
43+
}
44+
}

src/api/AdoNet/Orleans.Persistence.AdoNet/Orleans.Persistence.AdoNet.cs

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -64,42 +64,6 @@ public static partial class AdoNetGrainStorageSiloBuilderExtensions
6464
}
6565
}
6666

67-
namespace Orleans.Persistence.AdoNet.Storage
68-
{
69-
public partial class OrleansRelationalDownloadStream : System.IO.Stream
70-
{
71-
public OrleansRelationalDownloadStream(System.Data.Common.DbDataReader reader, int ordinal) { }
72-
73-
public override bool CanRead { get { throw null; } }
74-
75-
public override bool CanSeek { get { throw null; } }
76-
77-
public override bool CanTimeout { get { throw null; } }
78-
79-
public override bool CanWrite { get { throw null; } }
80-
81-
public override long Length { get { throw null; } }
82-
83-
public override long Position { get { throw null; } set { } }
84-
85-
public override System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination, int bufferSize, System.Threading.CancellationToken cancellationToken) { throw null; }
86-
87-
protected override void Dispose(bool disposing) { }
88-
89-
public override void Flush() { }
90-
91-
public override int Read(byte[] buffer, int offset, int count) { throw null; }
92-
93-
public override System.Threading.Tasks.Task<int> ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw null; }
94-
95-
public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
96-
97-
public override void SetLength(long value) { }
98-
99-
public override void Write(byte[] buffer, int offset, int count) { }
100-
}
101-
}
102-
10367
namespace Orleans.Storage
10468
{
10569
[System.Diagnostics.DebuggerDisplay("Name = {Name}, ConnectionString = {Storage.ConnectionString}")]

src/api/AdoNet/Orleans.Reminders.AdoNet/Orleans.Reminders.AdoNet.cs

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -34,40 +34,4 @@ public static partial class SiloBuilderReminderExtensions
3434

3535
public static ISiloBuilder UseAdoNetReminderService(this ISiloBuilder builder, System.Action<Configuration.AdoNetReminderTableOptions> configureOptions) { throw null; }
3636
}
37-
}
38-
39-
namespace Orleans.Reminders.AdoNet.Storage
40-
{
41-
public partial class OrleansRelationalDownloadStream : System.IO.Stream
42-
{
43-
public OrleansRelationalDownloadStream(System.Data.Common.DbDataReader reader, int ordinal) { }
44-
45-
public override bool CanRead { get { throw null; } }
46-
47-
public override bool CanSeek { get { throw null; } }
48-
49-
public override bool CanTimeout { get { throw null; } }
50-
51-
public override bool CanWrite { get { throw null; } }
52-
53-
public override long Length { get { throw null; } }
54-
55-
public override long Position { get { throw null; } set { } }
56-
57-
public override System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination, int bufferSize, System.Threading.CancellationToken cancellationToken) { throw null; }
58-
59-
protected override void Dispose(bool disposing) { }
60-
61-
public override void Flush() { }
62-
63-
public override int Read(byte[] buffer, int offset, int count) { throw null; }
64-
65-
public override System.Threading.Tasks.Task<int> ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw null; }
66-
67-
public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
68-
69-
public override void SetLength(long value) { }
70-
71-
public override void Write(byte[] buffer, int offset, int count) { }
72-
}
7337
}

src/api/AdoNet/Orleans.Streaming.AdoNet/Orleans.Streaming.AdoNet.cs

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -75,40 +75,4 @@ public static partial class SiloBuilderAdoNetStreamExtensions
7575

7676
public static ISiloBuilder AddAdoNetStreams(this ISiloBuilder builder, string name, System.Action<SiloAdoNetStreamConfigurator> configure) { throw null; }
7777
}
78-
}
79-
80-
namespace Orleans.Streaming.AdoNet.Storage
81-
{
82-
public partial class OrleansRelationalDownloadStream : System.IO.Stream
83-
{
84-
public OrleansRelationalDownloadStream(System.Data.Common.DbDataReader reader, int ordinal) { }
85-
86-
public override bool CanRead { get { throw null; } }
87-
88-
public override bool CanSeek { get { throw null; } }
89-
90-
public override bool CanTimeout { get { throw null; } }
91-
92-
public override bool CanWrite { get { throw null; } }
93-
94-
public override long Length { get { throw null; } }
95-
96-
public override long Position { get { throw null; } set { } }
97-
98-
public override System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination, int bufferSize, System.Threading.CancellationToken cancellationToken) { throw null; }
99-
100-
protected override void Dispose(bool disposing) { }
101-
102-
public override void Flush() { }
103-
104-
public override int Read(byte[] buffer, int offset, int count) { throw null; }
105-
106-
public override System.Threading.Tasks.Task<int> ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw null; }
107-
108-
public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
109-
110-
public override void SetLength(long value) { }
111-
112-
public override void Write(byte[] buffer, int offset, int count) { }
113-
}
11478
}
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by a tool.
4+
//
5+
// Changes to this file may cause incorrect behavior and will be lost if
6+
// the code is regenerated.
7+
// </auto-generated>
8+
//------------------------------------------------------------------------------
9+
namespace Orleans.Journaling
10+
{
11+
public sealed partial class AzureAppendBlobStateMachineStorageOptions
12+
{
13+
public const string DEFAULT_CONTAINER_NAME = "state";
14+
public const int DEFAULT_INIT_STAGE = 10000;
15+
public Azure.Storage.Blobs.BlobServiceClient? BlobServiceClient { get { throw null; } set { } }
16+
17+
public System.Func<System.IServiceProvider, AzureAppendBlobStateMachineStorageOptions, IBlobContainerFactory> BuildContainerFactory { get { throw null; } set { } }
18+
19+
public Azure.Storage.Blobs.BlobClientOptions? ClientOptions { get { throw null; } set { } }
20+
21+
public string ContainerName { get { throw null; } set { } }
22+
23+
public System.Func<Runtime.GrainId, string> GetBlobName { get { throw null; } set { } }
24+
25+
public int InitStage { get { throw null; } set { } }
26+
27+
public void ConfigureBlobServiceClient(System.Func<System.Threading.CancellationToken, System.Threading.Tasks.Task<Azure.Storage.Blobs.BlobServiceClient>> createClientCallback) { }
28+
29+
public void ConfigureBlobServiceClient(string connectionString) { }
30+
31+
public void ConfigureBlobServiceClient(System.Uri serviceUri, Azure.AzureSasCredential azureSasCredential) { }
32+
33+
public void ConfigureBlobServiceClient(System.Uri serviceUri, Azure.Core.TokenCredential tokenCredential) { }
34+
35+
public void ConfigureBlobServiceClient(System.Uri serviceUri, Azure.Storage.StorageSharedKeyCredential sharedKeyCredential) { }
36+
37+
public void ConfigureBlobServiceClient(System.Uri serviceUri) { }
38+
}
39+
40+
public static partial class AzureBlobStorageHostingExtensions
41+
{
42+
public static Hosting.ISiloBuilder AddAzureAppendBlobStateMachineStorage(this Hosting.ISiloBuilder builder, System.Action<AzureAppendBlobStateMachineStorageOptions>? configure) { throw null; }
43+
44+
public static Hosting.ISiloBuilder AddAzureAppendBlobStateMachineStorage(this Hosting.ISiloBuilder builder) { throw null; }
45+
}
46+
47+
public partial interface IBlobContainerFactory
48+
{
49+
Azure.Storage.Blobs.BlobContainerClient GetBlobContainerClient(Runtime.GrainId grainId);
50+
System.Threading.Tasks.Task InitializeAsync(Azure.Storage.Blobs.BlobServiceClient client, System.Threading.CancellationToken cancellationToken);
51+
}
52+
}

src/api/Azure/Orleans.Streaming.EventHubs/Orleans.Streaming.EventHubs.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,8 @@ public EventHubBatchContainer(EventHubMessage eventHubMessage, Serialization.Ser
322322
public bool ImportRequestContext() { throw null; }
323323

324324
public static Azure.Messaging.EventHubs.EventData ToEventData<T>(Serialization.Serializer bodySerializer, Runtime.StreamId streamId, System.Collections.Generic.IEnumerable<T> events, System.Collections.Generic.Dictionary<string, object> requestContext) { throw null; }
325+
326+
public static void UpdateEventData<T>(Azure.Messaging.EventHubs.EventData eventData, Serialization.Serializer bodySerializer, Runtime.StreamId streamId, System.Collections.Generic.IEnumerable<T> events, System.Collections.Generic.Dictionary<string, object> requestContext) { }
325327
}
326328

327329
public partial class EventHubBlockPoolMonitorDimensions : EventHubMonitorAggregationDimensions

0 commit comments

Comments
 (0)