Package | Description |
---|---|
org.spf4j.ssdump2.avro |
Modifier and Type | Method and Description |
---|---|
AMethod.Builder |
AMethod.Builder.clearDeclaringClass()
Clears the value of the 'declaringClass' field.
|
AMethod.Builder |
AMethod.Builder.clearName()
Clears the value of the 'name' field.
|
AMethod.Builder |
ASample.Builder.getMethodBuilder()
Gets the Builder instance for the 'method' field and creates one if it doesn't exist yet.
|
static AMethod.Builder |
AMethod.newBuilder()
Creates a new AMethod RecordBuilder.
|
static AMethod.Builder |
AMethod.newBuilder(AMethod.Builder other)
Creates a new AMethod RecordBuilder by copying an existing Builder.
|
static AMethod.Builder |
AMethod.newBuilder(AMethod other)
Creates a new AMethod RecordBuilder by copying an existing AMethod instance.
|
AMethod.Builder |
AMethod.Builder.setDeclaringClass(String value)
Sets the value of the 'declaringClass' field.
|
AMethod.Builder |
AMethod.Builder.setName(String value)
Sets the value of the 'name' field.
|
Modifier and Type | Method and Description |
---|---|
static AMethod.Builder |
AMethod.newBuilder(AMethod.Builder other)
Creates a new AMethod RecordBuilder by copying an existing Builder.
|
ASample.Builder |
ASample.Builder.setMethodBuilder(AMethod.Builder value)
Sets the Builder instance for the 'method' field
the method caught in execution
|
Copyright © 2018 SPF4J. All rights reserved.