final class org.apache.cassandra.schema.LegacySchemaMigrator$Keyspace
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.apache.cassandra.schema.LegacySchemaMigrator$Keyspace
super_class: java.lang.Object
{
final long timestamp;
descriptor: J
flags: (0x0010) ACC_FINAL
final java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0010) ACC_FINAL
final org.apache.cassandra.schema.KeyspaceParams params;
descriptor: Lorg/apache/cassandra/schema/KeyspaceParams;
flags: (0x0010) ACC_FINAL
final java.util.Collection<org.apache.cassandra.schema.LegacySchemaMigrator$Table> tables;
descriptor: Ljava/util/Collection;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/Collection<Lorg/apache/cassandra/schema/LegacySchemaMigrator$Table;>;
final java.util.Collection<org.apache.cassandra.schema.LegacySchemaMigrator$Type> types;
descriptor: Ljava/util/Collection;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/Collection<Lorg/apache/cassandra/schema/LegacySchemaMigrator$Type;>;
final java.util.Collection<org.apache.cassandra.schema.LegacySchemaMigrator$Function> functions;
descriptor: Ljava/util/Collection;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/Collection<Lorg/apache/cassandra/schema/LegacySchemaMigrator$Function;>;
final java.util.Collection<org.apache.cassandra.schema.LegacySchemaMigrator$Aggregate> aggregates;
descriptor: Ljava/util/Collection;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/Collection<Lorg/apache/cassandra/schema/LegacySchemaMigrator$Aggregate;>;
void <init>(long, java.lang.String, org.apache.cassandra.schema.KeyspaceParams, java.util.Collection<org.apache.cassandra.schema.LegacySchemaMigrator$Table>, java.util.Collection<org.apache.cassandra.schema.LegacySchemaMigrator$Type>, java.util.Collection<org.apache.cassandra.schema.LegacySchemaMigrator$Function>, java.util.Collection<org.apache.cassandra.schema.LegacySchemaMigrator$Aggregate>);
descriptor: (JLjava/lang/String;Lorg/apache/cassandra/schema/KeyspaceParams;Ljava/util/Collection;Ljava/util/Collection;Ljava/util/Collection;Ljava/util/Collection;)V
flags: (0x0000)
Code:
stack=3, locals=9, args_size=8
start local 0 start local 1 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
lload 1
putfield org.apache.cassandra.schema.LegacySchemaMigrator$Keyspace.timestamp:J
2: aload 0
aload 3
putfield org.apache.cassandra.schema.LegacySchemaMigrator$Keyspace.name:Ljava/lang/String;
3: aload 0
aload 4
putfield org.apache.cassandra.schema.LegacySchemaMigrator$Keyspace.params:Lorg/apache/cassandra/schema/KeyspaceParams;
4: aload 0
aload 5
putfield org.apache.cassandra.schema.LegacySchemaMigrator$Keyspace.tables:Ljava/util/Collection;
5: aload 0
aload 6
putfield org.apache.cassandra.schema.LegacySchemaMigrator$Keyspace.types:Ljava/util/Collection;
6: aload 0
aload 7
putfield org.apache.cassandra.schema.LegacySchemaMigrator$Keyspace.functions:Ljava/util/Collection;
7: aload 0
aload 8
putfield org.apache.cassandra.schema.LegacySchemaMigrator$Keyspace.aggregates:Ljava/util/Collection;
8: return
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/apache/cassandra/schema/LegacySchemaMigrator$Keyspace;
0 9 1 timestamp J
0 9 3 name Ljava/lang/String;
0 9 4 params Lorg/apache/cassandra/schema/KeyspaceParams;
0 9 5 tables Ljava/util/Collection<Lorg/apache/cassandra/schema/LegacySchemaMigrator$Table;>;
0 9 6 types Ljava/util/Collection<Lorg/apache/cassandra/schema/LegacySchemaMigrator$Type;>;
0 9 7 functions Ljava/util/Collection<Lorg/apache/cassandra/schema/LegacySchemaMigrator$Function;>;
0 9 8 aggregates Ljava/util/Collection<Lorg/apache/cassandra/schema/LegacySchemaMigrator$Aggregate;>;
Signature: (JLjava/lang/String;Lorg/apache/cassandra/schema/KeyspaceParams;Ljava/util/Collection<Lorg/apache/cassandra/schema/LegacySchemaMigrator$Table;>;Ljava/util/Collection<Lorg/apache/cassandra/schema/LegacySchemaMigrator$Type;>;Ljava/util/Collection<Lorg/apache/cassandra/schema/LegacySchemaMigrator$Function;>;Ljava/util/Collection<Lorg/apache/cassandra/schema/LegacySchemaMigrator$Aggregate;>;)V
MethodParameters:
Name Flags
timestamp
name
params
tables
types
functions
aggregates
}
SourceFile: "LegacySchemaMigrator.java"
NestHost: org.apache.cassandra.schema.LegacySchemaMigrator
InnerClasses:
private final Aggregate = org.apache.cassandra.schema.LegacySchemaMigrator$Aggregate of org.apache.cassandra.schema.LegacySchemaMigrator
private final Function = org.apache.cassandra.schema.LegacySchemaMigrator$Function of org.apache.cassandra.schema.LegacySchemaMigrator
private final Keyspace = org.apache.cassandra.schema.LegacySchemaMigrator$Keyspace of org.apache.cassandra.schema.LegacySchemaMigrator
private final Table = org.apache.cassandra.schema.LegacySchemaMigrator$Table of org.apache.cassandra.schema.LegacySchemaMigrator
private final Type = org.apache.cassandra.schema.LegacySchemaMigrator$Type of org.apache.cassandra.schema.LegacySchemaMigrator