class com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl extends com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.CreatableResourcesImpl<com.microsoft.azure.management.batchai.BatchAIJob, com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl, com.microsoft.azure.management.batchai.implementation.JobInner> implements com.microsoft.azure.management.batchai.BatchAIJobs
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl
super_class: com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.CreatableResourcesImpl
{
private final com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl workspace;
descriptor: Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl experiment;
descriptor: Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl);
descriptor: (Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.CreatableResourcesImpl.<init>:()V
1: aload 0
aload 1
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.workspace:()Lcom/microsoft/azure/management/batchai/BatchAIWorkspace;
checkcast com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl
putfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
2: aload 0
aload 1
putfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
0 4 1 experiment Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
MethodParameters:
Name Flags
experiment
public com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl define(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.wrapModel:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
0 1 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name
public void deleteByName(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.deleteByNameAsync:(Ljava/lang/String;)Lrx/Completable;
invokevirtual rx.Completable.await:()V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
0 2 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name
public com.microsoft.rest.ServiceFuture<java.lang.Void> deleteByNameAsync(java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.inner:()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.resourceGroupName:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.name:()Ljava/lang/String;
aload 1
aload 2
invokevirtual com.microsoft.azure.management.batchai.implementation.JobsInner.deleteAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
0 1 1 name Ljava/lang/String;
0 1 2 callback Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
MethodParameters:
Name Flags
name
callback
public rx.Completable deleteByNameAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Completable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.inner:()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.resourceGroupName:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.parent:()Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.name:()Ljava/lang/String;
aload 1
invokevirtual com.microsoft.azure.management.batchai.implementation.JobsInner.deleteAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
0 1 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name
public com.microsoft.azure.PagedList<com.microsoft.azure.management.batchai.BatchAIJob> list();
descriptor: ()Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManager
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManager.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.jobs:()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.resourceGroupName:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.name:()Ljava/lang/String;
invokevirtual com.microsoft.azure.management.batchai.implementation.JobsInner.listByExperiment:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.wrapList:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batchai/BatchAIJob;>;
public com.microsoft.azure.PagedList<com.microsoft.azure.management.batchai.BatchAIJob> list(int);
descriptor: (I)Lcom/microsoft/azure/PagedList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManager
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManager.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.jobs:()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
1: aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.resourceGroupName:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.name:()Ljava/lang/String;
new com.microsoft.azure.management.batchai.JobsListByExperimentOptions
dup
invokespecial com.microsoft.azure.management.batchai.JobsListByExperimentOptions.<init>:()V
iload 1
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
invokevirtual com.microsoft.azure.management.batchai.JobsListByExperimentOptions.withMaxResults:(Ljava/lang/Integer;)Lcom/microsoft/azure/management/batchai/JobsListByExperimentOptions;
invokevirtual com.microsoft.azure.management.batchai.implementation.JobsInner.listByExperiment:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/JobsListByExperimentOptions;)Lcom/microsoft/azure/PagedList;
2: invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.wrapList:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
0 3 1 maxResults I
Signature: (I)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/batchai/BatchAIJob;>;
MethodParameters:
Name Flags
maxResults
public com.microsoft.azure.management.batchai.BatchAIJob getByName(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/BatchAIJob;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManager
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManager.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.jobs:()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
1: aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.resourceGroupName:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.name:()Ljava/lang/String;
aload 1
invokevirtual com.microsoft.azure.management.batchai.implementation.JobsInner.get:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/JobInner;
2: astore 2
start local 2 3: new com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl
dup
aload 1
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
aload 2
invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;Lcom/microsoft/azure/management/batchai/implementation/JobInner;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
0 4 1 name Ljava/lang/String;
3 4 2 inner Lcom/microsoft/azure/management/batchai/implementation/JobInner;
MethodParameters:
Name Flags
name
public rx.Observable<com.microsoft.azure.management.batchai.BatchAIJob> listAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.inner:()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.resourceGroupName:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.name:()Ljava/lang/String;
invokevirtual com.microsoft.azure.management.batchai.implementation.JobsInner.listByExperimentAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.wrapPageAsync:(Lrx/Observable;)Lrx/Observable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/batchai/BatchAIJob;>;
public rx.Observable<com.microsoft.azure.management.batchai.BatchAIJob> getByNameAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.inner:()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.resourceGroupName:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.parent:()Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.name:()Ljava/lang/String;
aload 1
invokevirtual com.microsoft.azure.management.batchai.implementation.JobsInner.getAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
1: new com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl$1
dup
aload 0
invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl$1.<init>:(Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
0 3 1 name Ljava/lang/String;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/batchai/BatchAIJob;>;
MethodParameters:
Name Flags
name
public com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl getById(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.getByIdAsync:(Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
0 1 1 id Ljava/lang/String;
MethodParameters:
Name Flags
id
public rx.Observable<com.microsoft.azure.management.batchai.BatchAIJob> getByIdAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceId.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/ResourceId;
astore 2
start local 2 1: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.inner:()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
aload 2
invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.ResourceId.resourceGroupName:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.name:()Ljava/lang/String;
aload 2
invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.ResourceId.name:()Ljava/lang/String;
invokevirtual com.microsoft.azure.management.batchai.implementation.JobsInner.getAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
2: new com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl$2
dup
aload 0
invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl$2.<init>:(Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;)V
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
3: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
0 4 1 id Ljava/lang/String;
1 4 2 resourceId Lcom/microsoft/azure/management/resources/fluentcore/arm/ResourceId;
Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/batchai/BatchAIJob;>;
MethodParameters:
Name Flags
id
public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.batchai.BatchAIJob> getByIdAsync(java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.batchai.BatchAIJob>);
descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.getByIdAsync:(Ljava/lang/String;)Lrx/Observable;
aload 2
invokestatic com.microsoft.rest.ServiceFuture.fromBody:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
0 1 1 id Ljava/lang/String;
0 1 2 callback Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batchai/BatchAIJob;>;
Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/batchai/BatchAIJob;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/batchai/BatchAIJob;>;
MethodParameters:
Name Flags
id
callback
protected com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl wrapModel(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: new com.microsoft.azure.management.batchai.implementation.JobInner
dup
invokespecial com.microsoft.azure.management.batchai.implementation.JobInner.<init>:()V
astore 2
start local 2 1: new com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl
dup
aload 1
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
aload 2
invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;Lcom/microsoft/azure/management/batchai/implementation/JobInner;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
0 2 1 name Ljava/lang/String;
1 2 2 inner Lcom/microsoft/azure/management/batchai/implementation/JobInner;
MethodParameters:
Name Flags
name
public rx.Completable deleteByIdAsync(java.lang.String);
descriptor: (Ljava/lang/String;)Lrx/Completable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceId.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/ResourceId;
astore 2
start local 2 1: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.inner:()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
aload 2
invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.ResourceId.resourceGroupName:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.name:()Ljava/lang/String;
aload 2
invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.ResourceId.name:()Ljava/lang/String;
invokevirtual com.microsoft.azure.management.batchai.implementation.JobsInner.deleteAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
0 2 1 id Ljava/lang/String;
1 2 2 resourceId Lcom/microsoft/azure/management/resources/fluentcore/arm/ResourceId;
MethodParameters:
Name Flags
id
public com.microsoft.azure.management.batchai.implementation.JobsInner inner();
descriptor: ()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.manager:()Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManager.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.jobs:()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
protected com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl wrapModel(com.microsoft.azure.management.batchai.implementation.JobInner);
descriptor: (Lcom/microsoft/azure/management/batchai/implementation/JobInner;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: aconst_null
areturn
2: StackMap locals:
StackMap stack:
new com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl
dup
aload 1
invokevirtual com.microsoft.azure.management.batchai.implementation.JobInner.name:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
aload 1
invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;Lcom/microsoft/azure/management/batchai/implementation/JobInner;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
0 3 1 inner Lcom/microsoft/azure/management/batchai/implementation/JobInner;
MethodParameters:
Name Flags
inner
public com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl parent();
descriptor: ()Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.experiment:Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
public com.microsoft.azure.management.batchai.implementation.BatchAIManager manager();
descriptor: ()Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManager
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobsImpl;
public java.lang.Object parent();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.parent:()Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object getById(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.getById:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
protected java.lang.Object wrapModel(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast com.microsoft.azure.management.batchai.implementation.JobInner
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.wrapModel:(Lcom/microsoft/azure/management/batchai/implementation/JobInner;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
protected java.lang.Object wrapModel(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/Object;
flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.wrapModel:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object inner();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.inner:()Lcom/microsoft/azure/management/batchai/implementation/JobsInner;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object getByName(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.getByName:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/BatchAIJob;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object define(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.define:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object manager();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.manager:()Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/implementation/CreatableResourcesImpl<Lcom/microsoft/azure/management/batchai/BatchAIJob;Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;Lcom/microsoft/azure/management/batchai/implementation/JobInner;>;Lcom/microsoft/azure/management/batchai/BatchAIJobs;
SourceFile: "BatchAIJobsImpl.java"
NestMembers:
com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl$1 com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl$2
InnerClasses:
com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl$1
com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl$2
RuntimeInvisibleAnnotations:
com.microsoft.azure.management.apigeneration.LangDefinition()