class org.apache.cassandra.dht.Murmur3Partitioner$1 extends org.apache.cassandra.dht.Splitter
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.cassandra.dht.Murmur3Partitioner$1
super_class: org.apache.cassandra.dht.Splitter
{
final org.apache.cassandra.dht.Murmur3Partitioner this$0;
descriptor: Lorg/apache/cassandra/dht/Murmur3Partitioner;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.cassandra.dht.Murmur3Partitioner, org.apache.cassandra.dht.IPartitioner);
descriptor: (Lorg/apache/cassandra/dht/Murmur3Partitioner;Lorg/apache/cassandra/dht/IPartitioner;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // org.apache.cassandra.dht.Murmur3Partitioner$1 this
start local 2 // org.apache.cassandra.dht.IPartitioner $anonymous0
0: .line 51
aload 0 /* this */
aload 1
putfield org.apache.cassandra.dht.Murmur3Partitioner$1.this$0:Lorg/apache/cassandra/dht/Murmur3Partitioner;
aload 0 /* this */
aload 2 /* $anonymous0 */
invokespecial org.apache.cassandra.dht.Splitter.<init>:(Lorg/apache/cassandra/dht/IPartitioner;)V
return
end local 2 // org.apache.cassandra.dht.IPartitioner $anonymous0
end local 0 // org.apache.cassandra.dht.Murmur3Partitioner$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/cassandra/dht/Murmur3Partitioner$1;
0 1 2 $anonymous0 Lorg/apache/cassandra/dht/IPartitioner;
MethodParameters:
Name Flags
this$0 final
$anonymous0
public org.apache.cassandra.dht.Token tokenForValue(java.math.BigInteger);
descriptor: (Ljava/math/BigInteger;)Lorg/apache/cassandra/dht/Token;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 // org.apache.cassandra.dht.Murmur3Partitioner$1 this
start local 1 // java.math.BigInteger value
0: .line 55
new org.apache.cassandra.dht.Murmur3Partitioner$LongToken
dup
aload 1 /* value */
invokevirtual java.math.BigInteger.longValue:()J
invokespecial org.apache.cassandra.dht.Murmur3Partitioner$LongToken.<init>:(J)V
areturn
end local 1 // java.math.BigInteger value
end local 0 // org.apache.cassandra.dht.Murmur3Partitioner$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/cassandra/dht/Murmur3Partitioner$1;
0 1 1 value Ljava/math/BigInteger;
MethodParameters:
Name Flags
value
public java.math.BigInteger valueForToken(org.apache.cassandra.dht.Token);
descriptor: (Lorg/apache/cassandra/dht/Token;)Ljava/math/BigInteger;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // org.apache.cassandra.dht.Murmur3Partitioner$1 this
start local 1 // org.apache.cassandra.dht.Token token
0: .line 60
aload 1 /* token */
checkcast org.apache.cassandra.dht.Murmur3Partitioner$LongToken
getfield org.apache.cassandra.dht.Murmur3Partitioner$LongToken.token:J
invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
areturn
end local 1 // org.apache.cassandra.dht.Token token
end local 0 // org.apache.cassandra.dht.Murmur3Partitioner$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/cassandra/dht/Murmur3Partitioner$1;
0 1 1 token Lorg/apache/cassandra/dht/Token;
MethodParameters:
Name Flags
token
}
SourceFile: "Murmur3Partitioner.java"
EnclosingMethod: org.apache.cassandra.dht.Murmur3Partitioner
NestHost: org.apache.cassandra.dht.Murmur3Partitioner
InnerClasses:
org.apache.cassandra.dht.Murmur3Partitioner$1
public LongToken = org.apache.cassandra.dht.Murmur3Partitioner$LongToken of org.apache.cassandra.dht.Murmur3Partitioner