Class StreamsGroupSubtopologyDescription
public class StreamsGroupSubtopologyDescription : JVMBridgeBase<StreamsGroupSubtopologyDescription>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
  - Inheritance
 - 
      
      
      
      
      StreamsGroupSubtopologyDescription
 
- Implements
 
- Inherited Members
 - 
    
    
    
    
    
    
    
    
    JVMBridgeBase<StreamsGroupSubtopologyDescription>.SExecute(Type, IJavaType, string, params object[])JVMBridgeBase<StreamsGroupSubtopologyDescription>.SExecuteArray<TArrayType>(string, params object[])
 
Constructors
StreamsGroupSubtopologyDescription()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public StreamsGroupSubtopologyDescription()
  StreamsGroupSubtopologyDescription(String, List<String>, List<String>, Map<String, TopicInfo>, Map<String, TopicInfo>)
public StreamsGroupSubtopologyDescription(String arg0, List<String> arg1, List<String> arg2, Map<String, StreamsGroupSubtopologyDescription.TopicInfo> arg3, Map<String, StreamsGroupSubtopologyDescription.TopicInfo> arg4)
  Parameters
arg0Stringarg1List<String>arg2List<String>arg3Map<String, StreamsGroupSubtopologyDescription.TopicInfo>arg4Map<String, StreamsGroupSubtopologyDescription.TopicInfo>
StreamsGroupSubtopologyDescription(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public StreamsGroupSubtopologyDescription(IJVMBridgeBaseInitializer initializer)
  Parameters
initializerIJVMBridgeBaseInitializer
StreamsGroupSubtopologyDescription(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public StreamsGroupSubtopologyDescription(params object[] args)
  Parameters
argsobject[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
  Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
  Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
  Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
  Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
  Property Value
Methods
RepartitionSinkTopics()
public List<String> RepartitionSinkTopics()
  Returns
RepartitionSourceTopics()
public Map<String, StreamsGroupSubtopologyDescription.TopicInfo> RepartitionSourceTopics()
  Returns
SourceTopics()
public List<String> SourceTopics()
  Returns
StateChangelogTopics()
public Map<String, StreamsGroupSubtopologyDescription.TopicInfo> StateChangelogTopics()
  Returns
SubtopologyId()
public String SubtopologyId()